Fixed the include/import error reported by Kerim Borchaev

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5359 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-11-20 21:37:24 +00:00
commit 183d0b755b
5 changed files with 24 additions and 6 deletions

View file

@ -56,8 +56,7 @@ CPP_TEST_BROKEN += \
using_namespace
# Broken C test cases. (Can be run individually using make testcase.ctest.)
C_TEST_BROKEN += \
inctest.i
C_TEST_BROKEN +=
# C++ test cases. (Can be run individually using make testcase.cpptest.)
@ -276,6 +275,7 @@ C_TEST_CASES += \
defines \
enums \
function_typedef \
inctest.i \
lib_carrays \
lib_cdata \
lib_cmalloc \