diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-01-06 12:12:27 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-01-06 16:58:50 +0100 |
commit | 8cc8a073a834f3882b17115cd3e9a81f6a105898 (patch) | |
tree | a81720dfd83ac8eafb8c432eb4d77ec76ffbc40d /test/meson.build | |
parent | meson: install test-network-generator-conversion.sh even if networkd is not e... (diff) | |
download | systemd-8cc8a073a834f3882b17115cd3e9a81f6a105898.tar.xz systemd-8cc8a073a834f3882b17115cd3e9a81f6a105898.zip |
test: add test cases for fstab-generator
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 95e61f827c..8de1043e17 100644 --- a/test/meson.build +++ b/test/meson.build @@ -12,6 +12,9 @@ if install_tests install_subdir('test-execute', exclude_files : '.gitattributes', install_dir : testdata_dir) + install_subdir('test-fstab-generator', + exclude_files : '.gitattributes', + install_dir : testdata_dir) install_subdir('test-path', exclude_files : '.gitattributes', install_dir : testdata_dir) @@ -83,6 +86,7 @@ if install_tests install_dir : testdata_dir) endif +test_fstab_generator_sh = find_program('test-fstab-generator.sh') test_network_generator_conversion_sh = find_program('test-network-generator-conversion.sh') test_systemd_tmpfiles_py = find_program('test-systemd-tmpfiles.py') hwdb_test_sh = find_program('hwdb-test.sh') @@ -127,6 +131,10 @@ if install_tests install_mode : 'rwxr-xr-x', install_dir : testsdir) + install_data('test-fstab-generator.sh', + install_mode : 'rwxr-xr-x', + install_dir : testsdir) + install_data('test-network-generator-conversion.sh', install_mode : 'rwxr-xr-x', install_dir : testsdir) |