diff options
Diffstat (limited to 'src/test/authentication')
-rw-r--r-- | src/test/authentication/meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/authentication/meson.build b/src/test/authentication/meson.build new file mode 100644 index 00000000000..2374028cbda --- /dev/null +++ b/src/test/authentication/meson.build @@ -0,0 +1,11 @@ +tests += { + 'name': 'authentication', + 'sd': meson.current_source_dir(), + 'bd': meson.current_build_dir(), + 'tap': { + 'tests': [ + 't/001_password.pl', + 't/002_saslprep.pl', + ], + }, +} |