/
UCS
/
snoopy
Обзор
Документация
Войти
/
UCS
/
snoopy
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/threads/Makefile.am
23 строки
380 B
Bostjan Skufca Jese
tests: Remove stupid SCRIPT_PREFIX variable from Makefile.am files
10 июл 2022, 20:30
10 июл 2022, 20:30
b218f75
Код
Авторство
О чём код?
### Include common Makefile configuration # include $(top_srcdir)/build/Makefile.am.common ### Which tests to run # TESTS = XFAIL_TESTS = if THREAD_SAFETY_ENABLED TESTS += threads_creation.sh TESTS += threads_fork_exec.sh TESTS += threads_try-to-segfault.sh endif ### Include tests in distribution archive # EXTRA_DIST = _bootstrap.sh EXTRA_DIST += $(TESTS)