aboutsummaryrefslogtreecommitdiff
path: root/ci/test/03_test_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test/03_test_script.sh')
-rwxr-xr-xci/test/03_test_script.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh
index 4de27ee60c..eebdfbc9e5 100755
--- a/ci/test/03_test_script.sh
+++ b/ci/test/03_test_script.sh
@@ -137,6 +137,10 @@ if [ -n "$USE_VALGRIND" ]; then
"${BASE_ROOT_DIR}/ci/test/wrap-valgrind.sh"
fi
+if [ "$RUN_CHECK_DEPS" = "true" ]; then
+ "${BASE_ROOT_DIR}/contrib/devtools/check-deps.sh" .
+fi
+
if [ "$RUN_UNIT_TESTS" = "true" ]; then
DIR_UNIT_TEST_DATA="${DIR_UNIT_TEST_DATA}" LD_LIBRARY_PATH="${DEPENDS_DIR}/${HOST}/lib" CTEST_OUTPUT_ON_FAILURE=ON ctest "${MAKEJOBS}"
fi