mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00: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:
parent
aa9a352fc7
commit
f31187d31b
@ -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:
|
||||
|
@ -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 {} \;)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user