aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/snapshot_too_old/meson.build
blob: efd3f1f113bea9206d0f71934e8eb18e589ad245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tests += {
  'name': 'snapshot_too_old',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'isolation': {
    'test_kwargs': {'priority': 40}, # sto tests are slow, start early
    'specs': [
      'sto_using_cursor',
      'sto_using_select',
      'sto_using_hash_index',
    ],
    'regress_args': ['--temp-config', files('sto.conf')],
  },
}