@cryptotaxi247 / kubo / commits / d4e728798

sharness/Makefile: check global dependencies

License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed Apr 20, 2016 at 08:47 UTC d4e72879800560bf0329f0453cd8dd184efc0d82
1 file changed +4 -1
test/sharness/Makefile
+4 -1
@@ -33,7 +33,10 @@ aggregate: clean-test-results $(T)
33 @echo "*** $@ ***"
34 lib/test-aggregate-results.sh
35
36 -deps: $(SHARNESS) $(BINS) curl
36 +global-deps:
37 + make -C ../.. deps
38 +
39 +deps: global-deps $(SHARNESS) $(BINS) curl
40
41 $(SHARNESS): FORCE
42 @echo "*** checking $@ ***"