From 1fd6c1761e7c70081af3b71a76a890002d4b578d Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Mon, 4 Dec 2017 14:39:08 -0800 Subject: Fix bugs to pass tests --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') 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." -- cgit v1.2.3