fix up test targets
- PHONY is misspelled - fix the pdata_tools target dep - add a "check" alias to match standard automake behavior - mark test & check targets as phony
This commit is contained in:
@@ -229,12 +229,13 @@ install: bin/pdata_tools
|
||||
ifeq ("@TESTING@", "yes")
|
||||
include unit-tests/Makefile
|
||||
|
||||
.PHONEY: features
|
||||
.PHONY: features test check
|
||||
|
||||
features: pdata_tools
|
||||
features: bin/pdata_tools
|
||||
cucumber --no-color --format progress
|
||||
|
||||
test: features unit-test
|
||||
check: unit-test
|
||||
endif
|
||||
|
||||
-include $(DEPEND_FILES)
|
||||
|
Reference in New Issue
Block a user