moved testdir/* to testdir/inctest/* under Examples/test-suite/

This commit is contained in:
Paweł Tomulik 2013-01-13 23:14:46 +01:00
commit 0afbb357d0
9 changed files with 8 additions and 8 deletions

View file

@ -234,7 +234,7 @@ CPP_TEST_CASES += \
inherit_void_arg \
inline_initializer \
insert_directive \
keyword_rename \
keyword_rename \
kind \
langobj \
li_attribute \
@ -281,7 +281,7 @@ CPP_TEST_CASES += \
operator_overload \
operator_overload_break \
operator_pointer_ref \
operbool \
operbool \
ordering \
overload_copy \
overload_method \
@ -485,8 +485,8 @@ CPP_STD_TEST_CASES += \
li_std_except \
li_std_except_as_class \
li_std_map \
li_std_pair \
li_std_pair_using \
li_std_pair \
li_std_pair_using \
li_std_string \
li_std_vector \
li_std_vector_enum \
@ -519,7 +519,7 @@ C_TEST_CASES += \
immutable_values \
inctest \
integers \
keyword_rename \
keyword_rename \
lextype \
li_carrays \
li_cdata \

View file

@ -4,8 +4,8 @@
// This test fails if swig is not able to include
// the following two files:
//
// 'testdir/subdir1/hello.i'
// 'testdir/subdir2/hello.i'
// 'testdir/inctest/subdir1/hello.i'
// 'testdir/inctest/subdir2/hello.i'
//
// since they have the same basename 'hello', swig is only
// including one. This is not right, it must include both,
@ -13,7 +13,7 @@
//
// Also repeats the test for the import directive in subdirectories
%include "testdir/test.i"
%include "testdir/inctest/test.i"
// Bug #1162194