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:
parent
966a31e222
commit
a90de5ef96
@ -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>
|
||||
|
||||
* uri.c xmlIO.c: fixing some problems in URI unescaping
|
||||
|
@ -118,7 +118,7 @@ testReader_LDADD= $(LDADDS)
|
||||
#testOOM_DEPENDENCIES = $(DEPS)
|
||||
#testOOM_LDADD= $(LDADDS)
|
||||
|
||||
check-local: tests
|
||||
check-local: all tests
|
||||
|
||||
testall : tests SVGtests SAXtests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user