Mercurial > hg > octave-kai > gnulib-hg
annotate modules/mbsncasecmp-tests @ 12775:03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 24 Jan 2010 17:42:21 +0100 |
parents | a48d3d749ca5 |
children | 413f5a66c55a |
rev | line source |
---|---|
8157 | 1 Files: |
2 tests/test-mbsncasecmp.sh | |
3 tests/test-mbsncasecmp.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9284
diff
changeset
|
4 tests/macros.h |
8157 | 5 m4/locale-tr.m4 |
6 m4/codeset.m4 | |
7 | |
8 Depends-on: | |
9 | |
10 configure.ac: | |
11 gt_LOCALE_TR_UTF8 | |
12 | |
13 Makefile.am: | |
14 TESTS += test-mbsncasecmp.sh | |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
15 TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' |
8157 | 16 check_PROGRAMS += test-mbsncasecmp |
17 |