blob: 60cb12164d221d1847ef5b3611800b42f6af8a70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
tests += {
'name': 'commit_ts',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'regress': {
'sql': [
'commit_timestamp',
],
},
'tap': {
'tests': [
't/001_base.pl',
't/002_standby.pl',
't/003_standby_2.pl',
't/004_restart.pl',
],
},
}
|