summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-03-04 10:37:49 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-04-16 13:06:33 +0100
commit15e6b4f5b5a3a8ac02b3582519b044024cd350af (patch)
tree216f86d58a6ddebfb75546c328251ee89dd112ef /test
parent0de568e52b929a1a5f0fb3187726c91d9c22376d (diff)
downloaddbus-15e6b4f5b5a3a8ac02b3582519b044024cd350af.tar.gz
Move Autoconf/Automake droppings into /build-aux/
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/name-test/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4e46e325..05459ed5 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -38,7 +38,7 @@ libdbus_testutils_la_LIBADD = \
TEST_EXTENSIONS = .sh
-LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
LOG_COMPILER = $(srcdir)/glib-tap-test.sh
SH_LOG_DRIVER = $(LOG_DRIVER)
SH_LOG_COMPILER = $(SHELL)
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am
index 3564c851..0922558f 100644
--- a/test/name-test/Makefile.am
+++ b/test/name-test/Makefile.am
@@ -9,7 +9,7 @@ AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
TEST_EXTENSIONS = .sh
-SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
+SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
SH_LOG_COMPILER = $(SHELL)
## note that TESTS has special meaning (stuff to use in make check)