blob: cb2e34c0d2bbd156e846fd4c2b286ebb2fdc3cd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
if not get_option('injection_points')
subdir_done()
endif
tests += {
'name': 'typcache',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'regress': {
'sql': [
'typcache_rel_type_cache',
],
},
}
|