rename custom_wallkw to wallkw - custom commandline tests needn't start with custom_
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11357 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9064b08651
commit
144944dd8b
3 changed files with 10 additions and 10 deletions
|
|
@ -142,7 +142,6 @@ CPP_TEST_CASES += \
|
|||
cpp_nodefault \
|
||||
cpp_static \
|
||||
cpp_typedef \
|
||||
custom_wallkw \
|
||||
default_args \
|
||||
default_constructor \
|
||||
defvalue_constructor \
|
||||
|
|
@ -395,6 +394,7 @@ CPP_TEST_CASES += \
|
|||
virtual_destructor \
|
||||
virtual_poly \
|
||||
voidtest \
|
||||
wallkw \
|
||||
wrapmacro
|
||||
|
||||
#
|
||||
|
|
@ -470,7 +470,7 @@ MULTI_CPP_TEST_CASES += \
|
|||
multi_import
|
||||
|
||||
# Custom tests - tests with additional commandline options
|
||||
custom_wallkw.cpptest: SWIGOPT += -Wallkw
|
||||
wallkw.cpptest: SWIGOPT += -Wallkw
|
||||
|
||||
|
||||
NOT_BROKEN_TEST_CASES = $(CPP_TEST_CASES:=.cpptest) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue