Fix for C++ tests.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4696 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-04-19 02:54:41 +00:00
commit 14d27cfd0a

View file

@ -7,7 +7,7 @@ C_TEST_CASES =
run_testcase = \
if [ -f $*\_runme.ml ] ; then \
(ocamlc -c $*\_runme.ml ; \
ocamlc -custom -g -o runme $*\.cmo $*\_runme.cmo $*\_wrap.o ; \
ocamlc -custom -g -cc '$(CXX)' -o runme $*\.cmo $*\_runme.cmo $*\_wrap.o ; \
./runme) ; \
fi ;