Skip to content

Commit b2d0355

Browse files
committed
Make test_doctest target depend on test_ex_unit
1 parent c82a8ee commit b2d0355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ 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_ex_unit test_doctest test_mix test_eex test_iex
130+
test_elixir: test_kernel test_doctest test_mix test_eex test_iex
131131

132-
test_doctest: compile
132+
test_doctest: compile test_ex_unit
133133
@ echo "==> doctest (exunit)"
134134
@ cd lib/elixir && ../../bin/elixir -r "test/doctest.exs";
135135

0 commit comments

Comments
 (0)