2bf1804182
Tests run using the default $(make-test-out) automatically get GCONV_PATH and LC_ALL set, whether or not those environment variables are actually needed for the individual test. However, they do not get LOCPATH set, meaning that a large number of tests have -ENV settings just to set LOCPATH. This patch moves LOCPATH into the default environment used for all tests, on the principle that like GCONV_PATH any settings needed to use files associated with the newly built library, rather than any old installed files, are appropriate to use by default. A further motivation is that various tests using .sh files also set some combination of LC_ALL, GCONV_PATH and LOCPATH. Preferably .sh files should also use the default environment with any additions required for the individual test. Now, it was suggested in <https://sourceware.org/ml/libc-alpha/2014-05/msg00715.html> that various Makefile variables used in testing should be derived by composing the -before-env and -after-env variables used when explicit environment settings are required. With such a change, it's also natural for those variables to include the default settings (via some intermediate makefile variable also used in make-test-out). Because some .sh files only set variables that correspond to the default settings, or a subset thereof, and this applies to more of the .sh files once LOCPATH is in the default settings, doing so reduces the size of a revised version of <https://sourceware.org/ml/libc-alpha/2014-05/msg00596.html>: scripts only needing the (expanded) default settings will not need to receive the separate -before-env and -after-env variables, only the single variable they do at present. So moving LOCPATH into the default settings can reduce churn caused by subsequent patches. Tested x86_64 and x86. * Rules (make-test-out): Include LOCPATH=$(common-objpfx)localedata in default environment. * debug/Makefile (tst-chk1-ENV): Remove variable. (tst-chk2-ENV): Likewise. (tst-chk3-ENV): Likewise. (tst-chk4-ENV): Likewise. (tst-chk5-ENV): Likewise. (tst-chk6-ENV): Likewise. (tst-lfschk1-ENV): Likewise. (tst-lfschk2-ENV): Likewise. (tst-lfschk3-ENV): Likewise. (tst-lfschk4-ENV): Likewise. (tst-lfschk5-ENV): Likewise. (tst-lfschk6-ENV): Likewise. * iconvdata/Makefile (bug-iconv6-ENV): Likewise. (tst-iconv7-ENV): Likewise. * intl/Makefile (LOCPATH-ENV): Likewise. (tst-codeset-ENV): Likewise. (tst-gettext3-ENV): Likewise. (tst-gettext5-ENV): Likewise. * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH. (tst-fopenloc-ENV): Likewise. (tst-fgetws-ENV): Remove variable. (tst-ungetwc1-ENV): Likewise. (tst-ungetwc2-ENV): Likewise. (bug-ungetwc2-ENV): Likewise. (tst-swscanf-ENV): Likewise. (bug-ftell-ENV): Likewise. (tst-fgetwc-ENV): Likewise. (tst-fseek-ENV): Likewise. (tst-ftell-partial-wide-ENV): Likewise. (tst-ftell-active-handler-ENV): Likewise. (tst-ftell-append-ENV): Likewise. * posix/Makefile (tst-fnmatch-ENV): Likewise. (tst-regexloc-ENV): Likewise. (bug-regex1-ENV): Likewise. (tst-regex-ENV): Likewise. (tst-regex2-ENV): Likewise. (bug-regex5-ENV): Likewise. (bug-regex6-ENV): Likewise. (bug-regex17-ENV): Likewise. (bug-regex18-ENV): Likewise. (bug-regex19-ENV): Likewise. (bug-regex20-ENV): Likewise. (bug-regex22-ENV): Likewise. (bug-regex23-ENV): Likewise. (bug-regex25-ENV): Likewise. (bug-regex26-ENV): Likewise. (bug-regex30-ENV): Likewise. (bug-regex32-ENV): Likewise. (bug-regex33-ENV): Likewise. (bug-regex34-ENV): Likewise. (bug-regex35-ENV): Likewise. (tst-rxspencer-ENV): Likewise. (tst-rxspencer-no-utf8-ENV): Likewise. * stdio-common/Makefile (tst-sprintf-ENV): Likewise. (tst-sscanf-ENV): Likewise. (tst-swprintf-ENV): Likewise. (tst-swscanf-ENV): Likewise. (test-vfprintf-ENV): Likewise. (scanf13-ENV): Likewise. (bug14-ENV): Likewise. (tst-grouping-ENV): Likewise. * stdlib/Makefile (tst-strtod-ENV): Likewise. (tst-strtod3-ENV): Likewise. (tst-strtod4-ENV): Likewise. (tst-strtod5-ENV): Likewise. (testmb2-ENV): Likewise./ * string/Makefile (tst-strxfrm-ENV): Likewise. (tst-strxfrm2-ENV): Likewise. (bug-strcoll1-ENV): Likewise. (test-strcasecmp-ENV): Likewise. (test-strncasecmp-ENV): Likewise. * time/Makefile (tst-strptime-ENV): Likewise. (tst-ftime_l-ENV): Likewise. * wcsmbs/Makefile (tst-btowc-ENV): Likewise. (tst-mbrtowc-ENV): Likewise. (tst-wcrtomb-ENV): Likewise. (tst-mbrtowc2-ENV): Likewise. (tst-c16c32-1-ENV): Likewise. (tst-mbsnrtowcs-ENV): Likewise. localedata/ChangeLog: * Makefile (TEST_MBWC_ENV): Remove variable. (tst_iswalnum-ENV): Likewise. (tst_iswalpha-ENV): Likewise. (tst_iswcntrl-ENV): Likewise. (tst_iswctype-ENV): Likewise. (tst_iswdigit-ENV): Likewise. (tst_iswgraph-ENV): Likewise. (tst_iswlower-ENV): Likewise. (tst_iswprint-ENV): Likewise. (tst_iswpunct-ENV): Likewise. (tst_iswspace-ENV): Likewise. (tst_iswupper-ENV): Likewise. (tst_iswxdigit-ENV): Likewise. (tst_mblen-ENV): Likewise. (tst_mbrlen-ENV): Likewise. (tst_mbrtowc-ENV): Likewise. (tst_mbsrtowcs-ENV): Likewise. (tst_mbstowcs-ENV): Likewise. (tst_mbtowc-ENV): Likewise. (tst_strcoll-ENV): Likewise. (tst_strfmon-ENV): Likewise. (tst_strxfrm-ENV): Likewise. (tst_swscanf-ENV): Likewise. (tst_towctrans-ENV): Likewise. (tst_towlower-ENV): Likewise. (tst_towupper-ENV): Likewise. (tst_wcrtomb-ENV): Likewise. (tst_wcscat-ENV): Likewise. (tst_wcschr-ENV): Likewise. (tst_wcscmp-ENV): Likewise. (tst_wcscoll-ENV): Likewise. (tst_wcscpy-ENV): Likewise. (tst_wcscspn-ENV): Likewise. (tst_wcslen-ENV): Likewise. (tst_wcsncat-ENV): Likewise. (tst_wcsncmp-ENV): Likewise. (tst_wcsncpy-ENV): Likewise. (tst_wcspbrk-ENV): Likewise. (tst_wcsrtombs-ENV): Likewise. (tst_wcsspn-ENV): Likewise. (tst_wcsstr-ENV): Likewise. (tst_wcstod-ENV): Likewise. (tst_wcstok-ENV): Likewise. (tst_wcstombs-ENV): Likewise. (tst_wcswidth-ENV): Likewise. (tst_wcsxfrm-ENV): Likewise. (tst_wctob-ENV): Likewise. (tst_wctomb-ENV): Likewise. (tst_wctrans-ENV): Likewise. (tst_wctype-ENV): Likewise. (tst_wcwidth-ENV): Likewise. (tst-digits-ENV): Likewise. (tst-mbswcs6-ENV): Likewise. (tst-xlocale1-ENV): Likewise. (tst-xlocale2-ENV): Likewise. (tst-strfmon1-ENV): Likewise. (tst-strptime-ENV): Likewise. (tst-setlocale-ENV): Don't set LOCPATH. (bug-iconv-trans-ENV): Remove variable. (tst-sscanf-ENV): Likewise. (tst-leaks-ENV): Don't set LOCPATH. (bug-setlocale1-ENV): Remove variable. (bug-setlocale1-static-ENV): Likewise. (tst-setlocale2-ENV): Likewise.
143 lines
4.7 KiB
Makefile
143 lines
4.7 KiB
Makefile
# Copyright (C) 1995-2014 Free Software Foundation, Inc.
|
|
# This file is part of the GNU C Library.
|
|
|
|
# The GNU C Library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License as published by the Free Software Foundation; either
|
|
# version 2.1 of the License, or (at your option) any later version.
|
|
|
|
# The GNU C Library is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# Lesser General Public License for more details.
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with the GNU C Library; if not, see
|
|
# <http://www.gnu.org/licenses/>.
|
|
|
|
# Makefile for intl subdirectory: message handling code from GNU gettext.
|
|
|
|
subdir = intl
|
|
|
|
include ../Makeconfig
|
|
|
|
headers = libintl.h
|
|
routines = bindtextdom dcgettext dgettext gettext \
|
|
dcigettext dcngettext dngettext ngettext \
|
|
finddomain loadmsgcat localealias textdomain
|
|
aux = l10nflist explodename plural plural-exp hash-string
|
|
|
|
multithread-test-srcs := tst-gettext4 tst-gettext5 tst-gettext6
|
|
test-srcs := tst-gettext tst-translit tst-gettext2 tst-codeset tst-gettext3
|
|
ifeq ($(have-thread-library),yes)
|
|
test-srcs += $(multithread-test-srcs)
|
|
endif
|
|
tests = tst-ngettext
|
|
|
|
before-compile += $(objpfx)msgs.h
|
|
|
|
install-others = $(inst_msgcatdir)/locale.alias
|
|
|
|
generated += msgs.h mtrace-tst-gettext.out tst-gettext.mtrace
|
|
generated-dirs += domaindir localedir
|
|
|
|
ifneq (no,$(BISON))
|
|
plural.c: plural.y
|
|
$(BISON) $(BISONFLAGS) $@ $^
|
|
endif
|
|
$(objpfx)plural.o: plural.c
|
|
|
|
ifeq ($(run-built-tests),yes)
|
|
ifeq (yes,$(build-shared))
|
|
ifneq ($(strip $(MSGFMT)),:)
|
|
tests-special += $(objpfx)tst-translit.out $(objpfx)tst-gettext.out \
|
|
$(objpfx)tst-gettext2.out $(objpfx)tst-codeset.out \
|
|
$(objpfx)tst-gettext3.out
|
|
ifeq ($(have-thread-library),yes)
|
|
tests-special += $(objpfx)tst-gettext4.out $(objpfx)tst-gettext5.out \
|
|
$(objpfx)tst-gettext6.out
|
|
endif
|
|
ifneq (no,$(PERL))
|
|
tests-special += $(objpfx)mtrace-tst-gettext.out
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
include ../Rules
|
|
|
|
ifeq ($(run-built-tests),yes)
|
|
ifeq (yes,$(build-shared))
|
|
# Multiple tests use this data. Create it once to avoid racing and
|
|
# spurious test failures.
|
|
codeset_mo = $(objpfx)domaindir/de_DE/LC_MESSAGES/codeset.mo
|
|
|
|
$(codeset_mo): tstcodeset.po
|
|
$(make-target-directory)
|
|
msgfmt -o $@T $<
|
|
mv -f $@T $@
|
|
|
|
$(objpfx)mtrace-tst-gettext.out: $(objpfx)tst-gettext.out
|
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@; \
|
|
$(evaluate-test)
|
|
$(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext
|
|
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \
|
|
$(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace; \
|
|
$(evaluate-test)
|
|
$(objpfx)tst-translit.out: tst-translit.sh $(objpfx)tst-translit
|
|
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \
|
|
$(common-objpfx)intl/; \
|
|
$(evaluate-test)
|
|
$(objpfx)tst-gettext2.out: tst-gettext2.sh $(objpfx)tst-gettext2
|
|
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \
|
|
$(common-objpfx)intl/; \
|
|
$(evaluate-test)
|
|
$(objpfx)tst-gettext4.out: tst-gettext4.sh $(objpfx)tst-gettext4
|
|
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \
|
|
$(evaluate-test)
|
|
$(objpfx)tst-gettext6.out: tst-gettext6.sh $(objpfx)tst-gettext6
|
|
$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \
|
|
$(evaluate-test)
|
|
|
|
$(objpfx)tst-codeset.out: $(codeset_mo)
|
|
$(objpfx)tst-gettext3.out: $(codeset_mo)
|
|
$(objpfx)tst-gettext5.out: $(codeset_mo)
|
|
endif
|
|
endif
|
|
|
|
$(objpfx)msgs.h: po2test.awk ../po/de.po
|
|
$(make-target-directory)
|
|
LC_ALL=C $(AWK) -f $^ > $@
|
|
|
|
CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\"
|
|
CFLAGS-tst-translit.c = -DOBJPFX=\"$(objpfx)\"
|
|
CFLAGS-tst-gettext2.c = -DOBJPFX=\"$(objpfx)\"
|
|
CFLAGS-tst-codeset.c = -DOBJPFX=\"$(objpfx)\"
|
|
CFLAGS-tst-gettext3.c = -DOBJPFX=\"$(objpfx)\"
|
|
CFLAGS-tst-gettext4.c = -DOBJPFX=\"$(objpfx)\"
|
|
CFLAGS-tst-gettext5.c = -DOBJPFX=\"$(objpfx)\"
|
|
CFLAGS-tst-gettext6.c = -DOBJPFX=\"$(objpfx)\"
|
|
|
|
ifeq ($(have-thread-library),yes)
|
|
ifeq (yes,$(build-shared))
|
|
$(addprefix $(objpfx),$(multithread-test-srcs)): $(shared-thread-library)
|
|
else
|
|
$(addprefix $(objpfx),$(multithread-test-srcs)): $(static-thread-library)
|
|
endif
|
|
endif
|
|
|
|
$(objpfx)tst-translit.out: $(objpfx)tst-gettext.out
|
|
$(objpfx)tst-gettext2.out: $(objpfx)tst-gettext.out
|
|
$(objpfx)tst-codeset.out: $(objpfx)tst-gettext.out
|
|
$(objpfx)tst-gettext3.out: $(objpfx)tst-gettext.out
|
|
$(objpfx)tst-gettext4.out: $(objpfx)tst-gettext.out
|
|
$(objpfx)tst-gettext5.out: $(objpfx)tst-gettext.out
|
|
$(objpfx)tst-gettext6.out: $(objpfx)tst-gettext.out
|
|
|
|
CPPFLAGS += -D'LOCALEDIR="$(msgcatdir)"' \
|
|
-D'LOCALE_ALIAS_PATH="$(msgcatdir)"'
|
|
BISONFLAGS = --yacc --name-prefix=__gettext --output
|
|
|
|
$(inst_msgcatdir)/locale.alias: locale.alias $(+force)
|
|
$(do-install)
|