add a PHONY dependency to "test" target to make sure it's run

edge.strict_endians
flatcap 2005-09-14 12:23:08 +00:00
parent 01f648c952
commit eb6b8d8159
1 changed files with 1 additions and 0 deletions

View File

@ -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.