(check-xml): New target.
(check): Depend on `check-xml'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@999 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0df83d6d7b
commit
ff596ace98
1 changed files with 7 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ DOH:
|
|||
Modules:
|
||||
@cd $(SOURCE)/Modules; $(MAKE)
|
||||
|
||||
.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH
|
||||
.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH
|
||||
|
||||
#####################################################################
|
||||
# Runtime libraries
|
||||
|
|
@ -150,7 +150,12 @@ check-c++-examples:
|
|||
$(skip-python) || (cd Examples/C++/Python && $(chk))
|
||||
$(skip-java) || (cd Examples/C++/Java && $(chk))
|
||||
|
||||
check: check-aliveness check-examples check-gifplot-example check-c++-examples
|
||||
check-xml:
|
||||
cd Examples/xml && $(chk)
|
||||
|
||||
check: check-aliveness \
|
||||
check-examples check-gifplot-example check-c++-examples \
|
||||
check-xml
|
||||
|
||||
#####################################################################
|
||||
# CLEAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue