From 571204c98f68f1891f658dd4a7b54dccc08efe35 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 7 Mar 2011 03:14:24 +0000 Subject: [PATCH] Fix typo which stopped %.test convenience helper from running multitests. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12519 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/php/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/php/Makefile.in b/Examples/test-suite/php/Makefile.in index 5340751e7..d4f9ac9b5 100644 --- a/Examples/test-suite/php/Makefile.in +++ b/Examples/test-suite/php/Makefile.in @@ -50,7 +50,7 @@ missingtests: missingcpptests missingctests $(MAKE) $*.ctest @echo ' $(CPP_TEST_CASES) '|grep -F -v ' $* ' >/dev/null ||\ $(MAKE) $*.cpptest - @echo ' $(MULTICPP_TEST_CASES) '|grep -F -v ' $* ' >/dev/null ||\ + @echo ' $(MULTI_CPP_TEST_CASES) '|grep -F -v ' $* ' >/dev/null ||\ $(MAKE) $*.multicpptest # Runs the testcase. Tries to run testcase_runme.php, and if that's not