mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-vfprintf-gnu.sh: New file, based on tests/test-vfprintf-posix.sh. * tests/test-vfprintf-gnu.c: New file, based on tests/test-vfprintf-posix.c. * tests/test-fprintf-gnu.h: New file, based on tests/test-vasnprintf-gnu.c. * tests/test-printf-gnu.output: New file, based on tests/test-vasnprintf-gnu.c. * modules/vfprintf-gnu-tests: New file, based on modules/vfprintf-posix-tests.
16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
Files:
|
|
tests/test-vfprintf-gnu.sh
|
|
tests/test-vfprintf-gnu.c
|
|
tests/test-fprintf-gnu.h
|
|
tests/test-printf-gnu.output
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
vfprintf-posix-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-vfprintf-gnu.sh
|
|
check_PROGRAMS += test-vfprintf-gnu
|