/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/authentication/meson.build
21 строка
507 B
Bruce Momjian
Update copyright for 2026
01 янв 2026, 21:24
01 янв 2026, 21:24
451c439
Код
Авторство
О чём код?
# Copyright (c) 2022-2026, PostgreSQL Global Development Group tests += { 'name': 'authentication', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'tap': { 'env': { 'enable_injection_points': get_option('injection_points') ? 'yes' : 'no', }, 'tests': [ 't/001_password.pl', 't/002_saslprep.pl', 't/003_peer.pl', 't/004_file_inclusion.pl', 't/005_sspi.pl', 't/006_login_trigger.pl', 't/007_pre_auth.pl', ], }, }