From 035f4af3da2a998e64a918cc9ffbe4adab0c28fc Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 8 Mar 2005 00:11:39 +0000 Subject: [PATCH] add template_matrix.i case git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7045 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/python/Makefile.in b/SWIG/Examples/test-suite/python/Makefile.in index 7546d3bae..99d069f29 100644 --- a/SWIG/Examples/test-suite/python/Makefile.in +++ b/SWIG/Examples/test-suite/python/Makefile.in @@ -31,7 +31,8 @@ CPP_TEST_CASES += \ nondynamic \ primitive_types \ std_containers \ - swigobject + swigobject \ + template_matrix C_TEST_CASES += \ file_test \