mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-dprintf-gnu.h: New file, extracted from tests/test-dprintf-gnu.c. * tests/test-dprintf-gnu.c: Include it. (test_function): Remove function. * modules/dprintf-gnu-tests (Files): Add it. * tests/test-dzprintf-gnu.c: New file, based on tests/test-dprintf-gnu.c. * tests/test-dzprintf-gnu.sh: New file, based on tests/test-dprintf-gnu.sh. * modules/dzprintf-gnu-tests: New file.
16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
Files:
|
|
tests/test-dprintf-gnu.sh
|
|
tests/test-dprintf-gnu.c
|
|
tests/test-dprintf-gnu.h
|
|
tests/test-printf-gnu.output
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
dprintf-posix-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-dprintf-gnu.sh
|
|
check_PROGRAMS += test-dprintf-gnu
|