summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 1082665..af083a8 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,14 +1,11 @@
# Makefile for testing Icon
-# The default is to run all tests, using icont.
+# The default is to run all tests.
Test Test-icont: ; cd general; $(MAKE) Test
Samples Samples-icont: ; cd general; $(MAKE) Samples
-Test-iconc: ; cd general; $(MAKE) Test-iconc
-Samples-iconc: ; cd general; $(MAKE) Samples-iconc
-
# Clean up.