Fix partialcheck of C backend.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13561 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
725c7f395a
commit
63b68eaafc
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ check: $(NOT_BROKEN_TEST_CASES)
|
|||
|
||||
# partialcheck target runs SWIG only, ie no compilation or running of tests (for a subset of languages)
|
||||
partialcheck:
|
||||
$(MAKE) check CC=true CXX=true LDSHARED=true CXXSHARED=true RUNTOOL=true COMPILETOOL=true
|
||||
$(MAKE) check CC=true CXX=true LDSHARED=true CXXSHARED=true RUNTOOL=true COMPILETOOL=true C_LDSHARED=true CXX_LDSHARED=true
|
||||
|
||||
broken: $(BROKEN_TEST_CASES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue