[Pkg-libvirt-commits] [libguestfs] 104/233: tests/regressions: Don't include binaries in EXTRA_DIST.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:11:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 629cb87b6d3cdf1d2d80754c5cd4241c7781bcf4
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed Jan 22 17:13:00 2014 +0000
tests/regressions: Don't include binaries in EXTRA_DIST.
Because EXTRA_DIST simply used $(TESTS), and because the list of tests
includes C binaries, these were included in the tarball (actually not
binaries, but libtool scripts, but it's still undesirable).
---
tests/regressions/Makefile.am | 34 ++++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 deletions(-)
diff --git a/tests/regressions/Makefile.am b/tests/regressions/Makefile.am
index 8be5f03..d45a76c 100644
--- a/tests/regressions/Makefile.am
+++ b/tests/regressions/Makefile.am
@@ -17,6 +17,32 @@
include $(top_srcdir)/subdir-rules.mk
+EXTRA_DIST = \
+ rhbz503169c13.sh \
+ rhbz557655.sh \
+ rhbz557655-expected.stdout \
+ rhbz557655-expected.stderr \
+ rhbz563450.sh \
+ rhbz563450b.sh \
+ rhbz576879.sh \
+ rhbz578407.sh \
+ rhbz580246.sh \
+ rhbz602997.sh \
+ rhbz690819.sh \
+ rhbz727178.sh \
+ rhbz789960.sh \
+ rhbz811649.sh \
+ rhbz895904.sh \
+ rhbz909624.sh \
+ rhbz957772.sh \
+ rhbz975797.sh \
+ rhbz1001875.sh \
+ rhbz1044014.sh \
+ rhbz1044014.in \
+ rhbz1044014.xml \
+ rhbz1054761.sh \
+ test-noexec-stack.pl
+
TESTS = \
rhbz501893 \
rhbz503169c13.sh \
@@ -120,13 +146,5 @@ rhbz1055452_CFLAGS = \
rhbz1055452_LDADD = \
$(top_builddir)/src/libguestfs.la
-EXTRA_DIST = \
- $(TESTS) \
- $(tests_not_run) \
- rhbz557655-expected.stdout \
- rhbz557655-expected.stderr \
- rhbz1044014.in \
- rhbz1044014.xml
-
check-slow:
$(MAKE) TESTS="rhbz909624.sh" check
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list