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

fix for a pedantic make check without make all request Daniel

* Makefile.am: fix for a pedantic make check without make all request
Daniel
This commit is contained in:
Daniel Veillard 2004-05-09 18:06:20 +00:00
parent 966a31e222
commit a90de5ef96
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
* Makefile.am: fix for a pedantic make check without make all request
Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com> Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
* uri.c xmlIO.c: fixing some problems in URI unescaping * uri.c xmlIO.c: fixing some problems in URI unescaping

View File

@ -118,7 +118,7 @@ testReader_LDADD= $(LDADDS)
#testOOM_DEPENDENCIES = $(DEPS) #testOOM_DEPENDENCIES = $(DEPS)
#testOOM_LDADD= $(LDADDS) #testOOM_LDADD= $(LDADDS)
check-local: tests check-local: all tests
testall : tests SVGtests SAXtests testall : tests SVGtests SAXtests