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
14
14
export RUN_UNIT_TESTS=false
15
15
export RUN_FUNCTIONAL_TESTS=false
16
16
export RUN_FUZZ_TESTS=false
17
+ export RUN_CHECK_DEPS=true
17
18
export RUN_TIDY=true
18
19
export GOAL=" install"
19
20
export BITCOIN_CONFIG=" \
Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ if [ -n "$USE_VALGRIND" ]; then
137
137
" ${BASE_ROOT_DIR} /ci/test/wrap-valgrind.sh"
138
138
fi
139
139
140
+ if [ " $RUN_CHECK_DEPS " = " true" ]; then
141
+ " ${BASE_ROOT_DIR} /contrib/devtools/check-deps.sh" .
142
+ fi
143
+
140
144
if [ " $RUN_UNIT_TESTS " = " true" ]; then
141
145
DIR_UNIT_TEST_DATA=" ${DIR_UNIT_TEST_DATA} " LD_LIBRARY_PATH=" ${DEPENDS_DIR} /${HOST} /lib" CTEST_OUTPUT_ON_FAILURE=ON ctest " ${MAKEJOBS} "
142
146
fi
You can’t perform that action at this time.
0 commit comments