PDF docs build: avoid spurious "warn" in build logs.
[pgsql.git] / src / test / modules / typcache / meson.build
blob6f30cda11ea83e9071b94b9d8ff1e5e7e7b9d757
1 # Copyright (c) 2022-2025, PostgreSQL Global Development Group
3 if not get_option('injection_points')
4   subdir_done()
5 endif
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   },