postgresql/src/test/modules/gin/meson.build

17 lines
297 B
Meson

# Copyright (c) 2022-2024, PostgreSQL Global Development Group
if not get_option('injection_points')
subdir_done()
endif
tests += {
'name': 'gin',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'regress': {
'sql': [
'gin_incomplete_splits',
],
},
}