mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-30 20:00:11 +01:00
Distribute tap-test.sh.in unconditionally
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=91684 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
parent
6dc7358aa4
commit
0a0206d9a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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[@]!$<!' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue