File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export NO_DEPENDS=1
1414export RUN_UNIT_TESTS=false
1515export RUN_FUNCTIONAL_TESTS=false
1616export RUN_FUZZ_TESTS=false
17+ export RUN_CHECK_DEPS=true
1718export RUN_TIDY=true
1819export GOAL=" install"
1920export BITCOIN_CONFIG=" \
Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ if [ -n "$USE_VALGRIND" ]; then
137137 " ${BASE_ROOT_DIR} /ci/test/wrap-valgrind.sh"
138138fi
139139
140+ if [ " $RUN_CHECK_DEPS " = " true" ]; then
141+ " ${BASE_ROOT_DIR} /contrib/devtools/check-deps.sh" .
142+ fi
143+
140144if [ " $RUN_UNIT_TESTS " = " true" ]; then
141145 DIR_UNIT_TEST_DATA=" ${DIR_UNIT_TEST_DATA} " LD_LIBRARY_PATH=" ${DEPENDS_DIR} /${HOST} /lib" CTEST_OUTPUT_ON_FAILURE=ON ctest " ${MAKEJOBS} "
142146fi
You can’t perform that action at this time.
0 commit comments