aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 7c5dd884..d622fa04 100755
--- a/tests.sh
+++ b/tests.sh
@@ -35,7 +35,9 @@ internal_build_cpp() {
build_cpp() {
internal_build_cpp
make check -j2
- cd conformance && make test_cpp && cd ..
+ pushd conformance
+ make test_cpp
+ popd
# Verify benchmarking code can build successfully.
git submodule init