From 673069df6971d9eb653e676c802f5ff50e306dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Tue, 27 Apr 2004 17:32:51 +0000 Subject: [PATCH] Use preinst-swig. Add new C test tag_no_clash_with_variable git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5891 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 d4097d498..35a1c6f9f 100644 --- a/SWIG/Examples/test-suite/common.mk +++ b/SWIG/Examples/test-suite/common.mk @@ -25,7 +25,7 @@ ####################################################################### # Variables ####################################################################### -SWIG = $(top_builddir)swig +SWIG = $(top_builddir)preinst-swig SWIG_LIB = $(top_srcdir)/Lib TEST_SUITE = test-suite EXAMPLES = Examples @@ -307,6 +307,7 @@ C_TEST_CASES += \ sizeof_pointer \ sneaky1 \ struct_rename \ + tag_no_clash_with_variable \ typemap_subst \ unions