summaryrefslogtreecommitdiff
path: root/tests/general/Makefile
diff options
context:
space:
mode:
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`