Add -DEXERCISM_RUN_ALL_TESTS to cpp tests

This commit is contained in:
Paul Gauthier 2025-02-06 16:41:59 -08:00
parent 38d4341e59
commit 739a88ed00

View file

@ -5,7 +5,7 @@ set -e
[ ! -d "build" ] && mkdir build
cd build
cmake -G "Unix Makefiles" ..
cmake -DEXERCISM_RUN_ALL_TESTS=1 -G "Unix Makefiles" ..
make