summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksei Magusev <lexmag@me.com>2015-11-24 17:58:45 +0100
committerAleksei Magusev <lexmag@me.com>2015-11-25 00:26:07 +0100
commita92b6ee4a5f60af18e2aed07474494552147c216 (patch)
treecec1e0b178598bb2eef579b287fa7e484903d27d /Makefile
parentfef172db64ab3cd20ce211f8a6cbdaaab784f979 (diff)
downloadelixir-a92b6ee4a5f60af18e2aed07474494552147c216.tar.gz
Move doctests from central place to the modules they describe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1fbd5c0c9..8b36a2f68 100644
--- a/Makefile
+++ b/Makefile
@@ -213,11 +213,7 @@ $(TEST_EBIN)/%.beam: $(TEST_ERL)/%.erl
$(Q) mkdir -p $(TEST_EBIN)
$(Q) $(ERLC) -o $(TEST_EBIN) $<
-test_elixir: test_stdlib test_ex_unit test_logger test_doc_test test_mix test_eex test_iex
-
-test_doc_test: compile
- @ echo "==> doctest (exunit)"
- $(Q) cd lib/elixir && ../../bin/elixir -r "test/doc_test.exs";
+test_elixir: test_stdlib test_ex_unit test_logger test_mix test_eex test_iex
test_stdlib: compile
@ echo "==> elixir (exunit)"