Run acceptance tests at the end
This commit is contained in:
parent
c21f373291
commit
782caaf125
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ jshint:
|
||||
@echo "***jshint***"
|
||||
@./node_modules/.bin/jshint app/ batch/ test/ app.js
|
||||
|
||||
TEST_SUITE := $(shell find test/{acceptance,unit,integration} -name "*.js")
|
||||
TEST_SUITE := $(shell find test/{unit,integration,acceptance} -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")
|
||||
|
Loading…
Reference in New Issue
Block a user