summaryrefslogtreecommitdiff
path: root/tests/get-mb-cur-max.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright dates for 2014Jim Meyering2014-01-011-1/+1
| | | | Do that by running "make update-copyright".
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
| | | | Run "make update-copyright".
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
| | | | Run "make update-copyright", so "make syntax-check" works in 2011.
* build: avoid another warningEric Blake2010-03-311-1/+1
| | | | | | | | Noticed on cygwin: get-mb-cur-max.c: In function 'main': get-mb-cur-max.c:27: error: unused parameter 'argc' [-Wunused-parameter] * tests/get-mb-cur-max.c (main): Use argc.
* tests: fix -Wformat failurePaolo Bonzini2010-03-311-1/+1
| | | | * tests/get-mb-cur-max (main): Cast MB_CUR_MAX to int.
* build: avoid compiler warning when building test programJim Meyering2010-03-301-2/+3
| | | | | | | | * tests/Makefile.am (AM_CPPFLAGS, AM_CFLAGS, AM_LDFLAGS): Define, so that all the usual C compile-and-link machinery comes into play. * tests/get-mb-cur-max.c: Include "progname.h". Remove unnecessary inclusion of <ctype.h>. Mike Frysinger reported the "implicit decl of set_program_name" warning.
* tests: add program to detect localesPaolo Bonzini2010-03-291-0/+36
* tests/Makefile.am (check_PROGRAMS): Add get-mb-cur-max. * tests/get-mb-cur-max.c: New. * tests/euc-mb: Use it. Fail if the former detection test fails. * tests/sjis-mb: Use it. Fail if the former detection test fails. Expand comments.