"Fossies" - the Fresh Open Source Software Archive

Member "geoserver-2.23.1/build/cite/README.md" (22 May 2023, 659 Bytes) of package /linux/www/geoserver-2.23.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

Usage of the Automate Test.

With the Makefile you can automate the tests with just a command.

commands:

make # will show you the help and the commands. 
make clean suite=<suite test>
make build suite=<suite test>
make test suite=<suite test>
make clean build test suite=<suite test>

Note: shall match the name of the subdirectory of the suite. examples below.

example:

Run the wms11 suite:

make clean build test suite=wms11