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

25 lines
458 B
Meson

# FIXME: prevent install during main install, but not during test :/
install_data(
'test_pg_dump.control',
'test_pg_dump--1.0.sql',
kwargs: contrib_data_args,
)
tests += {
'name': 'test_pg_dump',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'regress': {
'sql': [
'test_pg_dump',
],
# doesn't delete its user
'runningcheck': false,
},
'tap': {
'tests': [
't/001_base.pl',
],
},
}