From cb36bde04716436fc9560ac908ca4551bdc614fb Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Fri, 29 Apr 2016 09:52:20 -0700 Subject: [PATCH] Make the C++ tests build the benchmarking code. --- tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.sh b/tests.sh index fd81b764d..75bf9001c 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() {