archrelease: copy trunk to extra-x86_64
[arch-packages.git] / libxml2 / repos / core-x86_64 / no-fuzz.diff
blob67ab6cc08a0019a39a115a937f7bbe4fcf478ee3
1 diff --git i/Makefile.am w/Makefile.am
2 index 7917b595..f0f4b695 100644
3 --- i/Makefile.am
4 +++ w/Makefile.am
5 @@ -2,9 +2,9 @@
7 ACLOCAL_AMFLAGS = -I m4
9 -SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR)
10 +SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR)
12 -DIST_SUBDIRS = include . doc example fuzz python xstc
13 +DIST_SUBDIRS = include . doc example python xstc
15 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
17 @@ -210,7 +210,6 @@ runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \
18 $(CHECKER) ./runxmlconf$(EXEEXT)
19 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
20 $(MAKE) tests ; fi)
21 - @cd fuzz; $(MAKE) tests
23 check: all runtests