Remove NO PORTED TEST makefile option
This commit is contained in:
parent
73397ab500
commit
aa448a8c2e
5
Makefile
5
Makefile
@ -19,7 +19,6 @@ config/environments/test.js: config.status--test
|
||||
./config.status--test
|
||||
|
||||
TEST_SUITE := $(shell find test/{acceptance,integration,unit} -name "*.js")
|
||||
TEST_SUITE_NO_PORTED := $(shell find test/acceptance test/integration test/unit -type f -not -path "*acceptance/ported*" -not -path "test/acceptance/overviews_queries.js" -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 -name "*.js")
|
||||
@ -28,10 +27,6 @@ test: config/environments/test.js
|
||||
@echo "***tests***"
|
||||
@$(SHELL) ./run_tests.sh ${RUNTESTFLAGS} $(TEST_SUITE)
|
||||
|
||||
test-no-ported: config/environments/test.js
|
||||
@echo "***tests no ported ***"
|
||||
@$(SHELL) ./run_tests.sh ${RUNTESTFLAGS} $(TEST_SUITE_NO_PORTED)
|
||||
|
||||
test-unit: config/environments/test.js
|
||||
@echo "***tests***"
|
||||
@$(SHELL) ./run_tests.sh ${RUNTESTFLAGS} $(TEST_SUITE_UNIT)
|
||||
|
Loading…
Reference in New Issue
Block a user