Skip to content

Commit 5c01be9

Browse files
author
José Valim
committed
Fix Makefile dependencies
1 parent fed406a commit 5c01be9

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
@@ -130,7 +130,7 @@ test_erlang: compile
130130
@ $(ERL) -pa lib/elixir/test/ebin -s test_helper test -s erlang halt;
131131
@ echo
132132

133-
test_elixir: test_kernel test_ex_unit test_doctest test_mix test_eex test_iex
133+
test_elixir: test_kernel test_ex_unit test_doc_test test_mix test_eex test_iex
134134

135135
test_doc_test: compile
136136
@ echo "==> doctest (exunit)"

0 commit comments

Comments
 (0)