/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_saslprep/meson.build
38 строк
791 B
Michael Paquier
test_saslprep: Test module for SASLprep()
19 мар 2026, 07:03
19 мар 2026, 07:03
aa73838
Код
Авторство
О чём код?
# Copyright (c) 2026, PostgreSQL Global Development Group test_saslprep_sources = files( 'test_saslprep.c', ) if host_system == 'windows' test_saslprep_sources += rc_lib_gen.process(win32ver_rc, extra_args: [ '--NAME', 'test_saslprep', '--FILEDESC', 'test_saslprep - test SASLprep implementation',]) endif test_saslprep = shared_module('test_saslprep', test_saslprep_sources, kwargs: pg_test_mod_args, ) test_install_libs += test_saslprep test_install_data += files( 'test_saslprep.control', 'test_saslprep--1.0.sql', ) tests += { 'name': 'test_saslprep', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'regress': { 'sql': [ 'test_saslprep', ], }, 'tap': { 'tests': [ 't/001_saslprep_ranges.pl', ], }, }