comparison tests/test-strtold1.sh @ 40221:8c1a17df67e0

tests: Prepare for using valgrind. tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 10 Mar 2019 11:32:11 +0100
parents 31ab89a208b9
children
comparison
equal deleted inserted replaced
40220:2796695e9216 40221:8c1a17df67e0
11 fi 11 fi
12 exit 77 12 exit 77
13 fi 13 fi
14 14
15 if test $LOCALE_FR != none; then 15 if test $LOCALE_FR != none; then
16 LC_ALL=$LOCALE_FR ./test-strtold1${EXEEXT} || exit 1 16 LC_ALL=$LOCALE_FR ${CHECKER} ./test-strtold1${EXEEXT} || exit 1
17 fi 17 fi
18 18
19 if test $LOCALE_FR_UTF8 != none; then 19 if test $LOCALE_FR_UTF8 != none; then
20 LC_ALL=$LOCALE_FR_UTF8 ./test-strtold1${EXEEXT} || exit 1 20 LC_ALL=$LOCALE_FR_UTF8 ${CHECKER} ./test-strtold1${EXEEXT} || exit 1
21 fi 21 fi
22 22
23 exit 0 23 exit 0