/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_cloexec/meson.build
26 строк
517 B
Thomas Munro
Fix O_CLOEXEC flag handling in Windows port.
09 дек 2025, 23:01
09 дек 2025, 23:01
c507ba5
Код
Авторство
О чём код?
# src/test/modules/test_cloexec/meson.build # This test is Windows-only if host_system != 'windows' subdir_done() endif test_cloexec_sources = files('test_cloexec.c') test_cloexec = executable('test_cloexec', test_cloexec_sources, dependencies: [frontend_code], link_with: [pgport[''], pgcommon['']], kwargs: default_bin_args, ) tests += { 'name': 'test_cloexec', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'tap': { 'tests': [ 't/001_cloexec.pl', ], }, }