Prev | Next | fadbad_prefix |
fadbad_prefix
on the
cmake
command line.
The value of
fadbad_prefix
must be such that,
for one of the directories
dir
in
cmake_install_includedirs
,
fadbad_prefix/dir/FADBAD++/badiff.h
is a valid way to reference to the include file badiff.h
;
fadbad_prefix
on the cmake
command line,
you will be able to run the Fadbad speed correctness tests
by executing the following commands starting in the
distribution directory
:
cd build/speed/fadbad
make check_speed_fadbad
After executing make check_speed_fadbad
,
you can run a specific Fadbad speed test
by executing the command ./speed_fadbad
;
see speed_main
for the meaning of the command line
options to this program.
fadbad_prefix
would be
build/prefix
.