![]() |
Prev | Next |
bin/run_cmake.sh
, the following command will list
the available tests:
grep 'make check' cmake_cppad_swig.log
Note that this command must be executed in the
source directory
.
binary_directory
with the command
grep CMAKE_BINARY_DIR cmake_cppad_swig.log
This, and the previous command, assume your are in the source directory.
The rest of the commands below assume you are in the
Cmake binary directory.
make check
will run all of the available tests.
Octave-4.0.1-2
has problems in its
include files that require one to add the flag
-I/usr/include/octave-4.0.1/octave
to the value of
swig_cxx_flags
in run_cmake.sh
.
binary_directory/lib/libcppad_swig_lib.*
Depending on your system,
you may be able to use one of the following commands to fix this:
PATH="binary_directory/lib:$PATH"
LD_LIBRARY_PATH="binary_directory/lib:$LD_LIBRARY_PATH"
lang
equal
cplusplus
, octave
, perl
, python
,
make check_swig_xam_lang
runs a simple test of Swig, for the particular language, on your system.
lang
equal
cplusplus
, octave
, perl
, python
,
make check_lib_lang
runs a test of Cppad Swig, for the particular language, on your system.