Skip to content

Commit 636275c

Browse files
committed
Revert "Make test_doctest target depend on test_ex_unit"
This reverts commit b2d0355. Better keep the tests separate as before. It is sufficient to have ex_unit tests invoked before doctest tests when doing the full `make test`
1 parent 6137d55 commit 636275c

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_doctest test_mix test_eex test_iex
130+
test_elixir: test_kernel test_ex_unit test_doctest test_mix test_eex test_iex
131131

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

0 commit comments

Comments
 (0)