summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2014-01-13 20:45:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-17 16:29:37 +0000
commit3ce5d21edfe5ca4a97892e3144fcbb5979a54cf6 (patch)
tree0935d8795cfa9a7838bc6f18c78041e417aebbab /test
parent54440baa2192abe889957a23e4448c599ce32260 (diff)
downloaddbus-3ce5d21edfe5ca4a97892e3144fcbb5979a54cf6.tar.gz
Rename bus-test to test-bus to match common test application naming scheme.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73495 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/.gitignore2
-rw-r--r--test/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/.gitignore b/test/.gitignore
index 71b3cec9..de1dfe14 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -7,7 +7,7 @@ Makefile.in
*.o
echo-server
echo-client
-bus-test
+test-bus
unbase64
*.bb
*.bbg
diff --git a/test/Makefile.am b/test/Makefile.am
index af2a0a23..3155e87f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -74,7 +74,7 @@ TEST_BINARIES = \
## order, but we don't want to run them til we arrive in this directory,
## since they depend on stuff from this directory
TESTS = \
- ../bus/bus-test$(EXEEXT) \
+ ../bus/test-bus$(EXEEXT) \
../bus/bus-test-system$(EXEEXT) \
../dbus/test-dbus$(EXEEXT) \
$(NULL)