/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.0.10
src/Makefile.am
28 строк
391 B
Christian Grothoff
expand test suite, add CI/CD logic as done in other GNUnet projects
28 июл 2026, 13:36
Не верифицирован
28 июл 2026, 13:36
e34baa3
Код
Авторство
О чём код?
# This Makefile.am is in the public domain SUBDIRS = include microhttpd . if RUN_LIBCURL_TESTS SUBDIRS += testcurl if RUN_ZZUF_TESTS SUBDIRS += testzzuf endif endif if ENABLE_FUZZING SUBDIRS += fuzz endif if BUILD_EXAMPLES SUBDIRS += examples endif if BUILD_TOOLS SUBDIRS += tools endif EXTRA_DIST = \ datadir/cert-and-key.pem \ datadir/cert-and-key-for-wireshark.pem .NOTPARALLEL: