blob: cfc830ff399093e36ba4c0ff2edd29b5b78b02d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
tests += {
'name': 'test_misc',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'tap': {
'tests': [
't/001_constraint_validation.pl',
't/002_tablespace.pl',
't/003_check_guc.pl',
],
},
}
|