new test directory for test modules that wrap C/C++ source files
authorStefan Behnel <scoder@users.berlios.de>
Tue, 9 Feb 2010 09:06:03 +0000 (10:06 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 9 Feb 2010 09:06:03 +0000 (10:06 +0100)
commitbf320361c75f31364f2364f073cc2e03882df36b
treee4daa64e97a1bc1105e7ebef23f7131b30156cbb
parent4b26e4171bbac95deef8e5cb465d387b5fca8d27
new test directory for test modules that wrap C/C++ source files
naming convention in test runner to search for related source files in the test directory
tests for wrapping C++ code
runtests.py
tests/wrappers/cpp_overload_wrapper.pyx [new file with mode: 0644]
tests/wrappers/cpp_overload_wrapper_lib.cpp [new file with mode: 0644]
tests/wrappers/cpp_overload_wrapper_lib.h [new file with mode: 0644]
tests/wrappers/cpp_overload_wrapper_lib.pxd [new file with mode: 0644]
tests/wrappers/cppwrap.pyx [new file with mode: 0644]
tests/wrappers/cppwrap_lib.cpp [new file with mode: 0644]
tests/wrappers/cppwrap_lib.h [new file with mode: 0644]
tests/wrappers/cppwrap_lib.pxd [new file with mode: 0644]