Skip to content

Commit

Permalink
remove test files after test
Browse files Browse the repository at this point in the history
  • Loading branch information
remyzorg committed Mar 30, 2018
1 parent b726e57 commit 74d8e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ default: build
.PHONY: test
test: build
jbuilder runtest --dev -j 7 tests/ppx
@rm -r _build/default/tests/ppx

.PHONY: testjs
testjs: build
jbuilder runtest --dev -j 7 tests/ppx_js
@rm -r _build/default/tests/ppx_js

.PHONY: build
build:
Expand Down

0 comments on commit 74d8e96

Please sign in to comment.