aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index fd81b764..75bf9001 100755
--- a/tests.sh
+++ b/tests.sh
@@ -36,6 +36,9 @@ build_cpp() {
internal_build_cpp
make check -j2
cd conformance && make test_cpp && cd ..
+
+ # Verify benchmarking code can build successfully.
+ cd benchmarks && make && cd ..
}
build_cpp_distcheck() {