run_tests.sh 170 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash

mkdir cmake-build-release
cd cmake-build-release
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DTHREAD_SANITIZER=OFF
make

# run the actual tests
./bin/tests