Run acceptance tests at the end

This commit is contained in:
Raul Ochoa 2016-10-12 16:41:33 +02:00
parent c21f373291
commit 782caaf125

View File

@ -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")