diff --git a/benchmark/cpp-test.sh b/benchmark/cpp-test.sh new file mode 100755 index 000000000..6e9de9a8f --- /dev/null +++ b/benchmark/cpp-test.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# exit when any command fails +set -e + +mkdir build +cd build +cmake -G "Unix Makefiles" .. +make + +