Skip to content

Commit

Permalink
Run acceptance tests at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
rochoa committed Oct 12, 2016
1 parent c21f373 commit 782caaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 782caaf

Please sign in to comment.