make cram_tests CRAM=-i
cmake -DCTESTS=ON -DDEV_BUILD=ON ..
from your build directory
sudo pip install cram==0.6
(or with --user if you don't want to install it in /usr)
make cram_tests
ctest
, you need to pass it an option
--output-on-failure
[100%] Built target criterion_samples
CMake Error at /*beep*/Criterion/.cmake/Modules/Cram.cmake:66 (message):
Cram tests failed
make[3]: *** [cram_tests] Error 1
make[2]: *** [test/CMakeFiles/cram_tests.dir/all] Error 2
make[1]: *** [test/CMakeFiles/cram_tests.dir/rule] Error 2
make: *** [cram_tests] Error 2
export PYTHON_BIN=python3
PYTHON_BIN
isn't set