Make the C++ tests build the benchmarking code.

This commit is contained in:
Josh Haberman 2016-04-29 09:52:20 -07:00
parent 1ce5bd8e84
commit cb36bde047

View File

@ -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() {