Run cmake in test

This commit is contained in:
Johannes Lenzen
2021-02-02 15:04:02 +01:00
parent 260b77a132
commit 695bcc49b2

View File

@@ -29,6 +29,9 @@ fi
cd build-$BUILDPATH
# Run cmake to make sure the tests are configured correctly for this system
cmake -DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON $OPTIONS ../
#build the unit tests
make $MAKE_OPTIONS unittests