1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

integrated to "make valgrind", heavy ... weight 250MB of VM ! Daniel

* xstc/Makefile.am Makefile.am: integrated to "make valgrind",
  heavy ... weight 250MB of VM !
Daniel
This commit is contained in:
Daniel Veillard 2004-09-06 14:05:06 +00:00
parent aa9a352fc7
commit f31187d31b
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
* xstc/Makefile.am Makefile.am: integrated to "make valgrind",
heavy ... weight 250MB of VM !
Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
* xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:

View File

@ -970,7 +970,7 @@ SchemasPythonTests:
echo "## It is normal to see 6 errors reported" ; \
$(CHECKER) $(PYTHON) $(srcdir)/check-xsddata-test-suite.py ; \
fi)
@(if [ -x $(PYTHON) -a -d xstc ] ; then cd xstc ; $(MAKE) MAKEFLAGS+=--silent pytests ; fi)
@(if [ -x $(PYTHON) -a -d xstc ] ; then cd xstc ; $(MAKE) CHECKER=$(CHECKER) MAKEFLAGS+=--silent pytests ; fi)
cleanup:
-@(find . -name .\#\* -exec rm {} \;)

View File

@ -43,22 +43,27 @@ pytests: $(PYSCRIPTS) $(TESTDIRS)
echo "## Running NIST Schemas tests"; \
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
export PYTHONPATH; \
./nist-test.py -s -b $(srcdir) ; fi)
$(CHECKER) $(PYTHON) nist-test.py -s -b $(srcdir) ; fi)
-@(if [ -x sun-test.py -a -d suntest ] ; then \
echo "## Running Sun Schemas tests"; \
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
export PYTHONPATH; \
./sun-test.py -s -b $(srcdir) ; fi)
$(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
-@(if [ -x ms-test.py -a -d msxsdtest ] ; then \
echo "## Running Microsoft Schemas tests"; \
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
export PYTHONPATH; \
./ms-test.py -s -b $(srcdir) ; fi)
$(CHECKER) $(PYTHON) ms-test.py -s -b $(srcdir) ; fi)
tests:
-@(if [ -x $(PYTHON) ] ; then \
$(MAKE) MAKEFLAGS+=--silent pytests ; fi);
valgrind:
-@(if [ -x $(PYTHON) ] ; then \
echo '## Running the regression tests under Valgrind' ; \
$(MAKE) CHECKER='valgrind -q' MAKEFLAGS+=--silent pytests ; fi);
clean:
rm -f $(PYSCRIPTS) test.log