diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2014-01-14 18:52:22 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-17 16:29:37 +0000 |
commit | 7e373d4527286ae0ecdc4ccd2064293c61f3b907 (patch) | |
tree | 78fb95904578fcb695f8fe5369c0c656e5032ebd /test | |
parent | cf41239d6684efa3f5d648b1fa84c4fe07148691 (diff) | |
download | dbus-7e373d4527286ae0ecdc4ccd2064293c61f3b907.tar.gz |
Rename bus-test-launch-helper to test-bus-launch_helper 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/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e3e1fa47..cec5cdab 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -80,7 +80,7 @@ TESTS = \ $(NULL) if DBUS_UNIX -TESTS += ../bus/bus-test-launch-helper$(EXEEXT) +TESTS += ../bus/test-bus-launch-helper$(EXEEXT) endif else !DBUS_ENABLE_EMBEDDED_TESTS |