Update Makefile

This commit is contained in:
Carlos Matallín 2017-07-07 17:47:28 +02:00 committed by GitHub
parent dd934a3913
commit b1c9dd537e

View File

@ -21,7 +21,7 @@ config/environments/test.js: config.status--test
TEST_SUITE := $(shell find test/{acceptance,integration,unit} -name "*.js")
TEST_SUITE_UNIT := $(shell find test/unit -name "*.js")
TEST_SUITE_INTEGRATION := $(shell find test/integration -name "*.js")
TEST_SUITE_ACCEPTANCE := $(shell find test/acceptance/widgets/ported -name "*.js")
TEST_SUITE_ACCEPTANCE := $(shell find test/acceptance -name "*.js")
test: config/environments/test.js
@echo "***tests***"