comparison tests/unistdio/test-ulc-vasnprintf2.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 870029929d86
children
comparison
equal deleted inserted replaced
40220:2796695e9216 40221:8c1a17df67e0
12 fi 12 fi
13 exit 77 13 exit 77
14 fi 14 fi
15 15
16 LC_ALL=$testlocale \ 16 LC_ALL=$testlocale \
17 ./test-ulc-vasnprintf1${EXEEXT} \ 17 ${CHECKER} ./test-ulc-vasnprintf1${EXEEXT} \
18 || exit 1 18 || exit 1
19 19
20 LC_ALL=$testlocale \ 20 LC_ALL=$testlocale \
21 ./test-ulc-vasnprintf2${EXEEXT} 21 ${CHECKER} ./test-ulc-vasnprintf2${EXEEXT}