Makefile.in (libextractor-1.10) | : | Makefile.in (libextractor-1.11) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.1 from Makefile.am. | # Makefile.in generated by automake 1.16.3 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2018 Free Software Foundation, Inc. | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
skipping to change at line 939 | skipping to change at line 939 | |||
# extension removed (i.e., equivalently, the names of the test logs, with | # extension removed (i.e., equivalently, the names of the test logs, with | |||
# the '.log' extension removed). The result is saved in the shell variable | # the '.log' extension removed). The result is saved in the shell variable | |||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | |||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | |||
# since that might cause problem with VPATH rewrites for suffix-less tests. | # since that might cause problem with VPATH rewrites for suffix-less tests. | |||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | |||
am__set_TESTS_bases = \ | am__set_TESTS_bases = \ | |||
bases='$(TEST_LOGS)'; \ | bases='$(TEST_LOGS)'; \ | |||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | |||
bases=`echo $$bases` | bases=`echo $$bases` | |||
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' | ||||
RECHECK_LOGS = $(TEST_LOGS) | RECHECK_LOGS = $(TEST_LOGS) | |||
TEST_SUITE_LOG = test-suite.log | TEST_SUITE_LOG = test-suite.log | |||
TEST_EXTENSIONS = @EXEEXT@ .test | TEST_EXTENSIONS = @EXEEXT@ .test | |||
LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver | LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver | |||
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | |||
am__set_b = \ | am__set_b = \ | |||
case '$@' in \ | case '$@' in \ | |||
*/*) \ | */*) \ | |||
case '$*' in \ | case '$*' in \ | |||
*/*) b='$*';; \ | */*) b='$*';; \ | |||
skipping to change at line 2547 | skipping to change at line 2548 | |||
| $(am__create_global_log); \ | | $(am__create_global_log); \ | |||
} >$(TEST_SUITE_LOG).tmp || exit 1; \ | } >$(TEST_SUITE_LOG).tmp || exit 1; \ | |||
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | |||
if $$success; then \ | if $$success; then \ | |||
col="$$grn"; \ | col="$$grn"; \ | |||
else \ | else \ | |||
col="$$red"; \ | col="$$red"; \ | |||
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | |||
fi; \ | fi; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
create_testsuite_report --maybe-color; \ | create_testsuite_report --maybe-color; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
if $$success; then :; else \ | if $$success; then :; else \ | |||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | |||
if test -n "$(PACKAGE_BUGREPORT)"; then \ | if test -n "$(PACKAGE_BUGREPORT)"; then \ | |||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | |||
fi; \ | fi; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
fi; \ | fi; \ | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added |