summaryrefslogtreecommitdiff
path: root/src/test/authentication/meson.build
blob: 2374028cbdab5f2360b9ed73aa3f57a442f8d19b (plain)
1
2
3
4
5
6
7
8
9
10
11
tests += {
  'name': 'authentication',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'tests': [
      't/001_password.pl',
      't/002_saslprep.pl',
    ],
  },
}