mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
sharness/Makefile: check global dependencies
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
857fce168a
commit
d4e7287980
@ -33,7 +33,10 @@ aggregate: clean-test-results $(T)
|
||||
@echo "*** $@ ***"
|
||||
lib/test-aggregate-results.sh
|
||||
|
||||
deps: $(SHARNESS) $(BINS) curl
|
||||
global-deps:
|
||||
make -C ../.. deps
|
||||
|
||||
deps: global-deps $(SHARNESS) $(BINS) curl
|
||||
|
||||
$(SHARNESS): FORCE
|
||||
@echo "*** checking $@ ***"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user