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