Broken makefile fixed (trailing \ at end of list)

name_inherit tests moved into name_cpp


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-11-28 19:08:57 +00:00
commit 1992c710aa

View file

@ -49,7 +49,7 @@ CPP_TEST_BROKEN += \
namespace_union \
nested_comment \
overload_complicated \
template_expr \
template_expr
# Broken C test cases. (Can be run individually using make testcase.ctest.)
C_TEST_BROKEN += \
@ -157,7 +157,6 @@ CPP_TEST_CASES += \
mixed_types \
multiple_inheritance \
name_cxx \
name_inherit \
name_warnings \
namespace_class \
namespace_enum \