diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-06-09 18:19:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-06-09 18:19:44 +0000 |
commit | 2976feab1f37ad7b4e06b253f0a2e844505217da (patch) | |
tree | 0afd1bcef8b06b43c7f171f11509cb279d15bd0d /localedata/ChangeLog | |
parent | 09f19b05525cbe6d1d403af660684f72cb8f080f (diff) | |
download | glibc-2976feab1f37ad7b4e06b253f0a2e844505217da.tar.gz glibc-2976feab1f37ad7b4e06b253f0a2e844505217da.tar.xz glibc-2976feab1f37ad7b4e06b253f0a2e844505217da.zip |
Remove special makefile rules / .sh files for some localedata tests.
The localedata tests tst-mbswcs and tst-wctype use custom .sh scripts and makefile rules, but have no need to do so. tst-mbswcs.sh runs a series of test programs in succession (and nothing special is done with the output of the programs); this patch makes the separate tests into ordinary tests run directly by the usual makefile rules. tst-wctype.sh runs one test with an environment variable and input redirection; generic makefile rules also cover that, so again this patch converts it into an ordinary test. (The makefile dependency of tst-wctype.out on sort-test.out that this patch removes appears to be a cut-and-paste error; the test does not appear to use that file. There is already a generic dependency of ordinary tests in this directory on $(addprefix $(objpfx),$(CTYPE_FILES)).) Tested x86_64. localedata/ChangeLog: * Makefile (test-srcs): Remove tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype. (generated): Remove tst-mbswcs.out. (tests): Add tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype. (tests-special): Remove $(objpfx)tst-mbswcs.out and $(objpfx)tst-wctype.out. ($(objpfx)tst-mbswcs.out): Remove rule. ($(objpfx)tst-wctype.out): Likewise. (tst-wctype-ENV): New variable. * tst-mbswcs.sh: Remove file. * tst-wctype.sh: Likewise.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 666b6dcbe7..68aab8695f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,18 @@ +2014-06-09 Joseph Myers <joseph@codesourcery.com> + + * Makefile (test-srcs): Remove tst-mbswcs1, tst-mbswcs2, + tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype. + (generated): Remove tst-mbswcs.out. + (tests): Add tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4, + tst-mbswcs5 and tst-wctype. + (tests-special): Remove $(objpfx)tst-mbswcs.out and + $(objpfx)tst-wctype.out. + ($(objpfx)tst-mbswcs.out): Remove rule. + ($(objpfx)tst-wctype.out): Likewise. + (tst-wctype-ENV): New variable. + * tst-mbswcs.sh: Remove file. + * tst-wctype.sh: Likewise. + 2014-06-07 Joseph Myers <joseph@codesourcery.com> * tst-fmon.sh: Don't set LANGUAGE. |