(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:
Thien-Thi Nguyen 2001-01-17 02:07:09 +00:00
commit ff596ace98

View file

@ -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