added more test cases and broken ones
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
60d7c9aa60
commit
f1ad655a3e
12 changed files with 218 additions and 4 deletions
|
|
@ -45,8 +45,11 @@ LIBPREFIX = lib
|
|||
|
||||
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
|
||||
CPP_TEST_BROKEN += \
|
||||
cpp_broken \
|
||||
namespace_union \
|
||||
overload_complicated
|
||||
nested_comment \
|
||||
overload_complicated \
|
||||
template_expr \
|
||||
|
||||
# Broken C test cases. (Can be run individually using make testcase.ctest.)
|
||||
C_TEST_BROKEN += \
|
||||
|
|
@ -168,6 +171,7 @@ CPP_TEST_CASES += \
|
|||
newobject1 \
|
||||
overload_copy \
|
||||
overload_extend \
|
||||
overload_rename \
|
||||
overload_simple \
|
||||
overload_subtype \
|
||||
overload_template \
|
||||
|
|
@ -178,10 +182,12 @@ CPP_TEST_CASES += \
|
|||
pure_virtual \
|
||||
redefined \
|
||||
reference_global_vars \
|
||||
register_par \
|
||||
rename_scope \
|
||||
return_const_value \
|
||||
return_value_scope \
|
||||
rname \
|
||||
sizet \
|
||||
smart_pointer_const \
|
||||
smart_pointer_const2 \
|
||||
smart_pointer_multi \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue