summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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)