summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
commitf627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch)
tree708772d83a8355e25155cf233d5a9e38f8ad4d96 /tests/Makefile
parent6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff)
downloadicon-upstream.tar.gz
Imported Upstream version 9.5.0upstream/9.5.0upstream
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.