Mercurial > hg > octave-shane > gnulib-hg
comparison modules/mbscspn-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 |
comparison
equal
deleted
inserted
replaced
12774:2aa8f052c5aa | 12775:03aab12b3f15 |
---|---|
10 configure.ac: | 10 configure.ac: |
11 gt_LOCALE_FR_UTF8 | 11 gt_LOCALE_FR_UTF8 |
12 | 12 |
13 Makefile.am: | 13 Makefile.am: |
14 TESTS += test-mbscspn.sh | 14 TESTS += test-mbscspn.sh |
15 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' | 15 TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' |
16 check_PROGRAMS += test-mbscspn | 16 check_PROGRAMS += test-mbscspn |
17 | 17 |