[Pkg-libvirt-commits] [libguestfs] 58/87: tests/regressions: Don't include binaries in EXTRA_DIST.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:10:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository libguestfs.

commit 3175115baa6cea4382f014fc527953994043b6c5
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).
    
    (cherry picked from commit 629cb87b6d3cdf1d2d80754c5cd4241c7781bcf4)
---
 tests/regressions/Makefile.am | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/tests/regressions/Makefile.am b/tests/regressions/Makefile.am
index 97bc64e..15333b7 100644
--- a/tests/regressions/Makefile.am
+++ b/tests/regressions/Makefile.am
@@ -17,6 +17,26 @@
 
 include $(top_srcdir)/subdir-rules.mk
 
+EXTRA_DIST = \
+	rhbz503169c13.sh \
+	rhbz557655.sh \
+	rhbz557655-expected.stdout \
+	rhbz557655-expected.stderr \
+	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 \
+	test-noexec-stack.pl
+
 TESTS = \
 	rhbz501893 \
 	rhbz503169c13.sh \
@@ -92,11 +112,5 @@ rhbz1055452_CFLAGS = \
 rhbz1055452_LDADD = \
 	$(top_builddir)/src/libguestfs.la
 
-EXTRA_DIST = \
-	$(TESTS) \
-	$(tests_not_run) \
-	rhbz557655-expected.stdout \
-	rhbz557655-expected.stderr
-
 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