1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/modules/dprintf-posix-tests
Bruno Haible 05f70dbdcf dzprintf-posix: Add tests.
* 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.
2024-06-30 17:25:56 +02:00

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