Hash :
05f70dbd
Author :
Date :
2024-06-30T17:25:46
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.
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