annotate tests/unistdio/test-u16-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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9030
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 #!/bin/sh
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 # Test whether a traditional french locale is installed.
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 : ${LOCALE_FR=fr_FR}
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 if test $LOCALE_FR != none; then
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 testlocale=$LOCALE_FR
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 else
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 if test -f /usr/bin/localedef; then
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 echo "Skipping test: no traditional french locale is installed"
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 else
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 echo "Skipping test: no traditional french locale is supported"
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 fi
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 exit 77
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 fi
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 LC_ALL=$testlocale \
40221
8c1a17df67e0 tests: Prepare for using valgrind.
Bruno Haible <bruno@clisp.org>
parents: 9030
diff changeset
17 ${CHECKER} ./test-u16-vasnprintf1${EXEEXT} \
9030
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 || exit 1
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
870029929d86 Formatted output functions for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 LC_ALL=$testlocale \
40221
8c1a17df67e0 tests: Prepare for using valgrind.
Bruno Haible <bruno@clisp.org>
parents: 9030
diff changeset
21 ${CHECKER} ./test-u16-vasnprintf2${EXEEXT}