Skip to content

Commit

Permalink
cleanup after browser tests; closes #2488
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 19, 2016
1 parent 1786fe2 commit 11920d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -21,15 +21,15 @@ mocha.js: $(SRC) browser-entry.js

clean:
@printf "==> [Clean]\n"
rm -f mocha.js
git checkout -f -- mocha.js

lint:
@printf "==> [Test :: Lint]\n"
$(ESLINT) browser-entry.js index.js karma.conf.js bin/mocha bin/_mocha "lib/**/*.js" "scripts/**/*.js" test

test-node: test-bdd test-tdd test-qunit test-exports test-unit test-integration test-jsapi test-compilers test-glob test-requires test-reporters test-only test-global-only

test-browser: clean mocha.js test-browser-unit test-browser-bdd test-browser-qunit test-browser-tdd test-browser-exports
test-browser: clean mocha.js test-browser-unit test-browser-bdd test-browser-qunit test-browser-tdd test-browser-exports clean

test: lint test-node test-browser

Expand Down

0 comments on commit 11920d9

Please sign in to comment.