Commit cb36bde0 authored by Josh Haberman's avatar Josh Haberman

Make the C++ tests build the benchmarking code.

parent 1ce5bd8e
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment