Enable test suite for Allegro CL
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8c9ab3abf7
commit
5f280cb2d0
4 changed files with 98 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue