add a PHONY dependency to "test" target to make sure it's run
parent
01f648c952
commit
eb6b8d8159
|
@ -31,6 +31,7 @@ if ENABLE_TEST
|
|||
test: libs
|
||||
(cd test && $(MAKE) all test) || exit 1;
|
||||
else
|
||||
.PHONY: test
|
||||
test:
|
||||
@echo The libntfs test code has been configured out of this release.
|
||||
@echo "./configure --enable-test" and rebuild.
|
||||
|
|
Loading…
Reference in New Issue