/
niceSOFT
/
coreutils
Обзор
Документация
Войти
/
niceSOFT
/
coreutils
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test.h
10 строк
165 B
Collin Funk
build: reduce size of multi-call binary by reusing test logic
18 июл 2026, 21:14
18 июл 2026, 21:14
664b866
Код
Авторство
О чём код?
enum test_modes { /* This is for the 'test' program. */ TEST_TEST, /* This is for the '[' program. */ TEST_LBRACKET }; extern enum test_modes test_mode;