aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
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 75bf9001..6a9439a5 100755
--- a/tests.sh
+++ b/tests.sh
@@ -38,7 +38,7 @@ build_cpp() {
cd conformance && make test_cpp && cd ..
# Verify benchmarking code can build successfully.
- cd benchmarks && make && cd ..
+ cd benchmarks && make && ./generate-datasets && cd ..
}
build_cpp_distcheck() {