mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL. * tests/test-stdlib.c: Likewise. * tests/test-string.c: Likewise. * tests/test-locale.c: Likewise. * tests/test-unistd.c: Likewise. * modules/stdio-tests (Depends-on): Add verify. * modules/stdlib-tests (Depends-on): Likewise. * modules/string-tests (Depends-on): Likewise. * modules/locale-tests (Depends-on): Likewise. * modules/unistd-tests (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
15 lines
139 B
Plaintext
15 lines
139 B
Plaintext
Files:
|
|
tests/test-stdio.c
|
|
|
|
Depends-on:
|
|
verify
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-stdio
|
|
check_PROGRAMS += test-stdio
|
|
|
|
License:
|
|
LGPL
|