|
Prev | Next | cmake_check |
build subdirectory of the
distribution directory
execute the command
make check
This will build and run all of the tests that are support
by your system and the cmake
command options.
nmake makefiles, you will have
to use nmake instead of make in the commands
above and below; see
windows file extraction and testing
.
make check are available
by putting the output of the cmake command
in a file (called
cmake.out
below) and executing:
grep 'make check.*available' cmake.out
make check are described below:
| Command | Description |
make check_introduction | the Introduction functions |
make check_example | the normal example functions plus some deprecated examples. |
make check_test_more | correctness tests that are not examples |
make check_speed | correctness for single thread speed tests |
make check_cppad_ipopt | the deprecated cppad_ipopt_nlp speed and correctness tests |
make check_example_multi_thread is used for the
multi-threading
speed tests.