summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 22c687e8..6a93c970 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -579,6 +579,7 @@ function make_valgrind ()
TESTS_ENVIRONMENT="$VALGRIND_COMMAND"
fi
+ make_target 'all'
make_target 'check'
ret=$?