Add missing '.PHONY' indicator to Makefile.

* Makefile.am (test-list): Mark as phony.
This commit is contained in:
Timothy Sample 2019-05-17 14:12:58 -04:00
parent 0f6eb40f44
commit ea7266e8f1
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ XFAIL_TESTS = \
BROKEN_TESTS = \
tests/50-redirect-merge.sh
.PHONY: test-list
test-list: ; @echo $(TESTS)
# Coverage