Skip to content

Commit deddca1

Browse files
author
Andrea Guzzo
committed
make the 'test' target depend on the 'all' target
instead of depending only on the 'static' one
1 parent a4a9a76 commit deddca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tests:
8282
for i in $(TEST_EXEC_ORDER); do echo; test/$$i; echo; done
8383

8484
.PHONY: test
85-
test: static tests
85+
test: all tests
8686

8787
install:
8888
@echo "Installing libraries in $(LIBDIR)"; \

0 commit comments

Comments
 (0)