From 51c3be3e75535dffc101eaa2a721d8dd7320a252 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 6 Apr 2004 06:32:55 +0000 Subject: [PATCH] added primitive_types git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5837 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/python/Makefile.in b/SWIG/Examples/test-suite/python/Makefile.in index 4113a8b17..594b7e904 100644 --- a/SWIG/Examples/test-suite/python/Makefile.in +++ b/SWIG/Examples/test-suite/python/Makefile.in @@ -17,7 +17,9 @@ CPP_TEST_CASES += \ implicittest \ lib_std_vectora \ lib_std_map \ - std_containers + lib_std_wstring \ + primitive_types \ + std_containers \ # # This test only works with modern C compilers