summaryrefslogtreecommitdiff
path: root/tests/general/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/general/Makefile
parent6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff)
downloadicon-f627f77f23d1497c9e1f4269b5c8812d12b42f18.tar.gz
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'tests/general/Makefile')
-rw-r--r--tests/general/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/tests/general/Makefile b/tests/general/Makefile
index 56da471..78a4908 100644
--- a/tests/general/Makefile
+++ b/tests/general/Makefile
@@ -13,17 +13,10 @@ Test Test-icont: Test-programs Test-preproc Test-options
# test programs
Programs Programs-icont Test-programs:
- IC=icont sh Test-icon
+ sh Test-icon
Samples Samples-icont:
- IC=icont sh Test-icon $(SAMPLES)
-
-
-Test-iconc:
- IC=iconc sh Test-icon
-
-Samples-iconc:
- IC=iconc sh Test-icon $(SAMPLES)
+ sh Test-icon $(SAMPLES)
# test preprocessor
@@ -43,6 +36,15 @@ Test-options:
: options test passed
+# test garbage collection by forcing small region sizes
+# (note: gc2 and kwds will fail)
+
+Test-tiny:
+ sh Test-icon 1000 1000
+
+
+# clean up
+
Clean:
-rm -f *.u? *.c *.h foo.baz tmp1 tmp2 *.out *.err *.all
-rm -f xx `find * -type f -perm -100 ! -name 'Test-*' -print`