tests: move common dbus test-runners to tools/ directory

This commit is contained in:
Thomas Haller 2016-01-22 15:49:05 +01:00
parent a9bd5dce1c
commit 5170d3a760
5 changed files with 3 additions and 9 deletions

View file

@ -17,7 +17,7 @@ noinst_PROGRAMS = $(TESTS)
if WITH_VALGRIND
@VALGRIND_RULES@ --launch-dbus
else
LOG_COMPILER = $(srcdir)/libnm-glib-test-launch.sh
LOG_COMPILER = $(top_srcdir)/tools/run-test-dbus-session.sh
endif
TESTS = test-nm-client test-remote-settings-client
@ -50,5 +50,3 @@ test_remote_settings_client_LDADD = \
###########################################
endif
EXTRA_DIST = libnm-glib-test-launch.sh

View file

@ -21,7 +21,7 @@ noinst_PROGRAMS = $(TESTS)
if WITH_VALGRIND
@VALGRIND_RULES@ --launch-dbus
else
LOG_COMPILER = $(srcdir)/libnm-test-launch.sh
LOG_COMPILER = $(top_srcdir)/tools/run-test-dbus-session.sh
endif
TESTS = test-nm-client test-remote-settings-client test-secret-agent
@ -40,5 +40,3 @@ test_secret_agent_SOURCES = \
$(top_builddir)/shared/nm-test-libnm-utils.h \
test-secret-agent.c
endif
EXTRA_DIST = libnm-test-launch.sh

View file

@ -1,3 +0,0 @@
#!/bin/sh
dbus-run-session -- "$@"

View file

@ -3,5 +3,6 @@ EXTRA_DIST = \
debug-helper.py \
doc-generator.xsl \
run-test-valgrind.sh \
run-test-dbus-session.sh \
test-networkmanager-service.py \
test-sudo-wrapper.sh