Skip to content

Commit

Permalink
Also require test cases in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Apr 26, 2012
1 parent dcfadec commit ce98d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ $(EBIN_DIR): $(shell find lib -type f -name "*.ex")

test: compile
@ echo Running tests ...
time elixir -pa ebin -r "test/**/*_test.exs"
time elixir -pa ebin -r "test/test_helper.exs" -pr "test/**/*_test.exs"
@ echo

clean:
Expand Down

0 comments on commit ce98d00

Please sign in to comment.