aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-10 23:39:03 +0200
committerLoïc Hoguin <[email protected]>2015-09-10 23:39:03 +0200
commitcb999bc8b3236a9f6ed86e42c262030e56d6b5bb (patch)
tree6bc4dce5f0c99aa6c60d755ce2d1554ad44c8fa2 /test/Makefile
parente5b5d2c0bef5c85f2be5e006b57708fbc8f6a7b5 (diff)
downloaderlang.mk-cb999bc8b3236a9f6ed86e42c262030e56d6b5bb.tar.gz
erlang.mk-cb999bc8b3236a9f6ed86e42c262030e56d6b5bb.tar.bz2
erlang.mk-cb999bc8b3236a9f6ed86e42c262030e56d6b5bb.zip
Remove todos that shouldn't be there
Sigh. That's what I get for rushing before food.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Makefile b/test/Makefile
index f9b5e6b..a7da8cd 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -119,12 +119,6 @@ core-help: build clean-core-help
$i "Run 'make help' and check that it prints help"
$t test -n "`$(MAKE) -C $(APP) help` | grep Usage"
-# @todo what about ERLC_OPTS etc.
-# @todo test AND document COMPILE_FIRST and COMPILE_MIB_FIRST
-# @todo when .app.src becomes legacy, test legacy
-# @todo tests for https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/external_plugins.asciidoc
-# @todo test that clean removes crash dump
-
# Legacy tests.
#
# The following tests are slowly being converted.