mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
* tests/test-dprintf-posix.h: New file, extracted from tests/test-dprintf-posix.c. * tests/test-dprintf-posix.c: Include it. Don't include infinity.h. (test_function): Remove function. * modules/dprintf-posix-tests (Files): Add it. * tests/test-dzprintf-posix.c: New file, based on tests/test-dprintf-posix.c. * tests/test-dzprintf-posix.sh: New file, based on tests/test-dprintf-posix.sh. * modules/dzprintf-posix-tests: New file.
24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
Files:
|
|
tests/test-dprintf-posix.sh
|
|
tests/test-dprintf-posix.c
|
|
tests/test-dprintf-posix.h
|
|
tests/test-printf-posix.output
|
|
tests/test-dprintf-posix2.sh
|
|
tests/test-dprintf-posix2.c
|
|
tests/infinity.h
|
|
tests/qemu.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
stdbool
|
|
stdint
|
|
get-rusage-as
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
|
|
|
|
Makefile.am:
|
|
TESTS += test-dprintf-posix.sh test-dprintf-posix2.sh
|
|
check_PROGRAMS += test-dprintf-posix test-dprintf-posix2
|