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