summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2005-12-01 17:41:50 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2005-12-01 17:41:50 +0000
commit5f280cb2d067fb2b4d187ae6d062ebdf470a8234 (patch)
tree592b03844b82f5e08ce1b903e8c1e9eaf4b5f820 /Makefile.in
parent8c9ab3abf72b7fd026c9e64edc21eef362687441 (diff)
downloadswig-5f280cb2d067fb2b4d187ae6d062ebdf470a8234.tar.gz
Enable test suite for Allegro CL
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2dbbcd94f..b0bfb361b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,6 +42,7 @@ skip-chicken = test -n "@SKIP_CHICKEN@"
skip-csharp = test -n "@SKIP_CSHARP@"
skip-modula3 = test -n "@SKIP_MODULA3@"
skip-lua = test -n "@SKIP_LUA@"
+skip-allegrocl = test -n "@SKIP_ALLEGROCL@"
#####################################################################
# CHECK
@@ -88,7 +89,8 @@ check-examples: \
check-chicken-examples \
check-csharp-examples \
check-modula3-examples \
- check-lua-examples
+ check-lua-examples \
+ check-allegrocl-examples
check-%-examples:
@passed=true; \
@@ -123,6 +125,7 @@ check-test-suite: \
check-csharp-test-suite \
check-modula3-test-suite \
check-lua-test-suite \
+ check-allegrocl-test-suite \
# check-chicken-test-suite
check-%-test-suite:
@@ -197,6 +200,7 @@ all-test-suite: \
all-csharp-test-suite \
all-modula3-test-suite \
all-lua-test-suite \
+ all-allegrocl-test-suite \
# all-chicken-test-suite
all-%-test-suite:
@@ -221,6 +225,7 @@ broken-test-suite: \
broken-csharp-test-suite \
broken-modula3-test-suite \
broken-lua-test-suite \
+ broken-allegrocl-test-suite \
# broken-chicken-test-suite
broken-%-test-suite:
@@ -291,6 +296,7 @@ noskip-test-suite: \
noskip-pike-test-suite \
noskip-csharp-test-suite \
noskip-lua-test-suite \
+ noskip-allegrocl-test-suite \
noskip-chicken-test-suite
noskip-%-test-suite: