repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PDF docs build: avoid spurious "warn" in build logs.
[pgsql.git]
/
src
/
test
/
modules
/
typcache
/
meson.build
blob
6f30cda11ea83e9071b94b9d8ff1e5e7e7b9d757
1
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
2
3
if not get_option('injection_points')
4
subdir_done()
5
endif
6
7
tests += {
8
'name': 'typcache',
9
'sd': meson.current_source_dir(),
10
'bd': meson.current_build_dir(),
11
'regress': {
12
'sql': [
13
'typcache_rel_type_cache',
14
],
15
},
16
}