From ca3c4d97eba4c52d13729cfbd8016e0d76596147 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 8 Mar 2005 09:55:29 +0000 Subject: [PATCH] add simutry git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7049 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/python/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index 99d069f29..090ba914b 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -32,7 +32,8 @@ CPP_TEST_CASES += \ primitive_types \ std_containers \ swigobject \ - template_matrix + template_matrix \ + simutry C_TEST_CASES += \ file_test \