diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-01 16:55:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-01 16:55:22 +0100 |
| commit | c2de0d98ba39e0a1a970d066fd19be786092f376 (patch) | |
| tree | 3838363c06a6019db6cf1f882ea34ebded63c38b /libnm/tests/Makefile.am | |
| parent | 494f296a3baab08522617b24b1f126d8f9a17502 (diff) | |
Imported Upstream version 1.1.91 upstream/1.1.91
Diffstat (limited to 'libnm/tests/Makefile.am')
| -rw-r--r-- | libnm/tests/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm/tests/Makefile.am b/libnm/tests/Makefile.am index ddcf50be..fd9edb6f 100644 --- a/libnm/tests/Makefile.am +++ b/libnm/tests/Makefile.am @@ -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 |