From a2479b95c0d44d3d5cea77ce1703407b4be6fb92 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 11 Apr 2018 10:49:33 +0200 Subject: build: meson: use run-nm-test.sh to run tests Like autotools, use the wrapper script 'run-nm-test.sh' that starts a separate D-Bus session when needed. --- libnm-glib/tests/meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libnm-glib') diff --git a/libnm-glib/tests/meson.build b/libnm-glib/tests/meson.build index 14c3a67bf..954cccb8c 100644 --- a/libnm-glib/tests/meson.build +++ b/libnm-glib/tests/meson.build @@ -23,5 +23,9 @@ foreach test_unit: test_units ], ) - test(test_unit, exe) + test( + test_unit, + test_script, + args: test_args + [exe.full_path()] + ) endforeach -- cgit v1.2.3