From e3c2d6c3fae088185ab83e19a65190e28120a3ee Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 2 Jun 2011 17:31:05 -0300 Subject: Test for bug 464 - "Can't create target lang package and namespace with the same name" --- tests/samplebinding/CMakeLists.txt | 2 ++ tests/samplebinding/global.h | 1 + tests/samplebinding/typesystem_sample.xml | 4 ++++ 3 files changed, 7 insertions(+) (limited to 'tests/samplebinding') diff --git a/tests/samplebinding/CMakeLists.txt b/tests/samplebinding/CMakeLists.txt index 04ee3b398..072e36c34 100644 --- a/tests/samplebinding/CMakeLists.txt +++ b/tests/samplebinding/CMakeLists.txt @@ -74,6 +74,8 @@ ${CMAKE_CURRENT_BINARY_DIR}/sample/rectf_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/reference_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/referentmodelindex_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/sample_module_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/sample/sample_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/sample/sample_sample_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/samplenamespace_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/samplenamespace_someclass_someinnerclass_okthisisrecursiveenough_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/samplenamespace_someclass_someinnerclass_wrapper.cpp diff --git a/tests/samplebinding/global.h b/tests/samplebinding/global.h index 850518494..08f45b1df 100644 --- a/tests/samplebinding/global.h +++ b/tests/samplebinding/global.h @@ -41,6 +41,7 @@ #include "rect.h" #include "reference.h" #include "removednamespaces.h" +#include "sample.h" #include "samplenamespace.h" #include "simplefile.h" #include "size.h" diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 927483bf5..359da0656 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -52,6 +52,10 @@ + + + + -- cgit v1.2.3