diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2023-06-29 09:43:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2023-07-06 09:11:50 +1000 |
commit | c07103911c3d15c2260b4405ca47d9b897a587d9 (patch) | |
tree | b343a7b9f5cc77629db4275691e5373b139c5dda | |
parent | 592d968152c1d0a1ac824e3e45960a588d60db11 (diff) |
meson: if xsltproc is available, run the compare-group-names test
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 4bb3a08d..36a7f68e 100644 --- a/meson.build +++ b/meson.build @@ -56,6 +56,8 @@ if xsltproc.found() install:true, install_dir: dir_man7) + verify_group_names = find_program('tests/verify-group-names.sh') + test('verify group names', verify_group_names) endif # pytest suite |