summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-08-19 22:04:30 +0100
committerSimon McVittie <smcv@debian.org>2015-08-25 16:42:15 +0100
commit0a0206d9a63333dada18a3db966b80e6940aa021 (patch)
treec206a30b3afccb2a0bebaa79c760722b86d13704
parent6dc7358aa47e62166510ecfce71e68ac085fec61 (diff)
downloaddbus-0a0206d9a63333dada18a3db966b80e6940aa021.tar.gz
Distribute tap-test.sh.in unconditionally
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=91684 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9540a2c1..6734ab99 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -43,6 +43,7 @@ LOG_COMPILER = $(srcdir)/glib-tap-test.sh
SH_LOG_DRIVER = $(LOG_DRIVER)
SH_LOG_COMPILER = $(SHELL)
EXTRA_DIST += glib-tap-test.sh
+EXTRA_DIST += tap-test.sh.in
TESTS =
@@ -74,7 +75,6 @@ endif
TESTS += $(wrap_bus_tests) $(wrap_dbus_tests)
CLEANFILES += $(wrap_bus_tests) $(wrap_dbus_tests)
-EXTRA_DIST += tap-test.sh.in
$(wrap_bus_tests): test-bus%.sh: ../bus/test-bus%$(EXEEXT) tap-test.sh.in Makefile
sed -e 's![@]RUN[@]!$<!' \