We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82a8ee commit b2d0355Copy full SHA for b2d0355
Makefile
@@ -127,9 +127,9 @@ test_erlang: compile
127
@ $(ERL) -pa lib/elixir/test/ebin -s test_helper test -s erlang halt;
128
@ echo
129
130
-test_elixir: test_kernel test_ex_unit test_doctest test_mix test_eex test_iex
+test_elixir: test_kernel test_doctest test_mix test_eex test_iex
131
132
-test_doctest: compile
+test_doctest: compile test_ex_unit
133
@ echo "==> doctest (exunit)"
134
@ cd lib/elixir && ../../bin/elixir -r "test/doctest.exs";
135
0 commit comments