/
UCS
/
snoopy
Обзор
Документация
Войти
/
UCS
/
snoopy
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/message/Makefile.am
25 строк
521 B
Bostjan Skufca Jese
core: Unify the style of message format parser error messages
14 июл 2022, 15:58
14 июл 2022, 15:58
598a406
Код
Авторство
О чём код?
### Include common Makefile configuration # include $(top_srcdir)/build/Makefile.am.common ### Which tests to run # TESTS = XFAIL_TESTS = TESTS += message_format-datasource-arg.sh TESTS += message_format-datasource-noarg.sh TESTS += message_format-ds-closing-tag-missing.sh TESTS += message_format-ds-unknown.sh TESTS += message_format-ds-failure.sh TESTS += message_format-empty.sh TESTS += message_format-static.sh ### Include tests in distribution archive # EXTRA_DIST = _bootstrap.sh EXTRA_DIST += $(TESTS)