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:
parent
09af4a2de0
commit
14d27cfd0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue