summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-26 13:39:43 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-26 13:44:38 +0200
commitb7191b2a9b55cf88842a71cfc294327666ad098a (patch)
tree602c44c9dd2c6ad5b2d592c0e8fd3fb2441dd97c /test
parentsysv-generator-test: do not query $builddir (diff)
downloadsystemd-b7191b2a9b55cf88842a71cfc294327666ad098a.tar.xz
systemd-b7191b2a9b55cf88842a71cfc294327666ad098a.zip
meson: hook up udev-test.pl again
Seems it was dropped along with the automake rules in 72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index bddeeb62b4..ddcd8aa4c9 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -165,3 +165,17 @@ endif
sysv_generator_test_py = find_program('sysv-generator-test.py')
test('sysv-generator-test',
sysv_generator_test_py)
+
+############################################################
+
+# prepare test/sys tree
+sys_script_py = find_program('sys-script.py')
+custom_target(
+ 'sys',
+ command : [sys_script_py, meson.current_build_dir()],
+ output : 'sys',
+ build_by_default : true)
+
+udev_test_pl = find_program('udev-test.pl')
+test('udev-test',
+ udev_test_pl)