Skip to content

Commit 619f345

Browse files
committed
Test ex_unit before doctests
1 parent 99913d7 commit 619f345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test_erlang: compile
127127
@ $(ERL) -pa lib/elixir/test/ebin -s test_helper test -s erlang halt;
128128
@ echo
129129

130-
test_elixir: test_kernel test_doctest test_mix test_ex_unit test_eex test_iex
130+
test_elixir: test_kernel test_ex_unit test_doctest test_mix test_eex test_iex
131131

132132
test_doctest: compile
133133
@ echo "==> doctest (exunit)"

0 commit comments

Comments
 (0)