aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2017-12-04 14:39:08 -0800
committerGravatar Yilun Chong <yilunchong@google.com>2017-12-04 14:39:08 -0800
commit1fd6c1761e7c70081af3b71a76a890002d4b578d (patch)
treeef1f5f423e2ef240447caed9b9ac5949e5b348df /tests.sh
parent1c062a65af0fb439167d9cf81ef28c14c3836ace (diff)
Fix bugs to pass tests
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 50c45fa9..0a91e4ce 100755
--- a/tests.sh
+++ b/tests.sh
@@ -47,7 +47,7 @@ build_cpp() {
git submodule init
git submodule update
cd third_party/benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make && cd ../..
- cd benchmarks && make && ./generate-datasets && cd ..
+ cd benchmarks && make cpp-benchmark && cd ..
else
echo ""
echo "WARNING: Skipping validation of the bench marking code, cmake isn't installed."