diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-03-22 03:40:52 +0800 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-03-22 19:22:10 +0800 |
commit | b64f5ddacad725d5e4e021691fad52aa2eb32c46 (patch) | |
tree | 1cfca26c5511c69c5e9ce0d77e62e5d3bec107b5 /test/meson.build | |
parent | 19dff6914dee94b36320dbfda94f60af30ac65c1 (diff) | |
download | systemd-b64f5ddacad725d5e4e021691fad52aa2eb32c46.tar.gz |
test: add tests for NOTIFYACCESS override through sd_notify
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 1d9ea4905a..1135ecd920 100644 --- a/test/meson.build +++ b/test/meson.build @@ -57,6 +57,9 @@ if install_tests install_subdir('testsuite-63.units', exclude_files : '.gitattributes', install_dir : testdata_dir) + install_subdir('testsuite-80.units', + exclude_files : '.gitattributes', + install_dir : testdata_dir) install_data(kbd_model_map, install_dir : testdata_dir + '/test-keymap-util') |