summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-09-26 22:51:57 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-09-26 22:52:01 +0900
commitbd206af40242c62cbae708fa0405f083eb266720 (patch)
tree4fe515e21527b919e3ca6c857281f696376e1fae /src/test/meson.build
parent1f938af8117df784fad2c8f890da4acaee9d1fd3 (diff)
downloadsystemd-bd206af40242c62cbae708fa0405f083eb266720.tar.gz
systemd-bd206af40242c62cbae708fa0405f083eb266720.tar.bz2
systemd-bd206af40242c62cbae708fa0405f083eb266720.zip
test: introduce test-udev-build-argv
This intends to clarify the rule udev_build_argv() uses.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 21a8c3b12b..7e603cf1c0 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -632,6 +632,18 @@ tests += [
libacl],
'', 'manual', '-DLOG_REALM=LOG_REALM_UDEV'],
+ [['src/test/test-udev-build-argv.c'],
+ [libudev_core,
+ libudev_static,
+ libsystemd_network,
+ libshared],
+ [threads,
+ librt,
+ libblkid,
+ libkmod,
+ libacl],
+ '', '', '-DLOG_REALM=LOG_REALM_UDEV'],
+
[['src/test/test-id128.c'],
[],
[]],