/
niceSOFT
/
dovecot
Обзор
Документация
Войти
/
niceSOFT
/
dovecot
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/lib/test-lib.h
15 строк
246 B
Stephan Bosch
lib: test-file-create-locked - Use the new test-subprocess API
05 ноя 2025, 13:17
05 ноя 2025, 13:17
beadead
Код
Авторство
О чём код?
#ifndef TEST_LIB #define TEST_LIB #include "lib.h" #include "test-common.h" #include "test-dir.h" #include "test-subprocess.h" #define TEST(x) TEST_DECL(x) #define FATAL(x) FATAL_DECL(x) #include "test-lib.inc" #undef TEST #undef FATAL #endif