aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-26 23:25:47 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-26 23:25:47 +0000
commit946f9def37be4bb23c89b4e7763f6957adfd2c66 (patch)
tree19d21c91481910ef4138a3dd64ab318954d56304
parent3041db155db096a39c826deb73ccf44485a38529 (diff)
downloadswig-946f9def37be4bb23c89b4e7763f6957adfd2c66.tar.gz
fix test names since they were renamed recently
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10955 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Examples/test-suite/python/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in
index 7b2f12539..c72b19941 100644
--- a/Examples/test-suite/python/Makefile.in
+++ b/Examples/test-suite/python/Makefile.in
@@ -32,9 +32,8 @@ PY2TO3 = 2to3 `2to3 -l | grep -v -E "Available|import$$" | awk '{print "-f "$$0}
CPP_TEST_CASES += \
- abstractbase \
argcargvtest \
- autodoc \
+ python_autodoc \
callback \
complextest \
director_stl \
@@ -45,12 +44,12 @@ CPP_TEST_CASES += \
input \
inplaceadd \
implicittest \
- kwargs \
li_cstring \
li_cwstring \
li_factory \
li_implicit \
li_std_vectora \
+ li_std_vector_extra \
li_std_map \
li_std_pair_extra \
li_std_set \
@@ -58,9 +57,11 @@ CPP_TEST_CASES += \
li_std_string_extra \
li_std_wstream \
li_std_wstring \
- nondynamic \
- overload_simple_cast \
primitive_types \
+ python_abstractbase \
+ python_kwargs \
+ python_nondynamic \
+ python_overload_simple_cast \
std_containers \
swigobject \
template_matrix \
@@ -68,12 +69,13 @@ CPP_TEST_CASES += \
# li_std_carray
# director_profile
+# python_pybuf
C_TEST_CASES += \
file_test \
li_cstring \
li_cwstring \
- nondynamic
+ python_nondynamic
#
# This test only works with modern C compilers