From 501bca9b67cb4383a9d415afaa604d013905fafd Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 20 Jan 2004 20:54:12 +0000 Subject: [PATCH] add wrapmacro git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5650 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/common.mk b/SWIG/Examples/test-suite/common.mk index 5672081c0..bed33fb30 100644 --- a/SWIG/Examples/test-suite/common.mk +++ b/SWIG/Examples/test-suite/common.mk @@ -275,7 +275,8 @@ CPP_TEST_CASES += \ valuewrapper_default \ varargs \ virtual_destructor \ - voidtest + voidtest \ + wrapmacro # C test cases. (Can be run individually using make testcase.ctest.) C_TEST_CASES += \