]> Savannah Git Hosting - gnulib.git/commit
vdzprintf-posix: Add tests.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 15:21:04 +0000 (17:21 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 15:23:17 +0000 (17:23 +0200)
commit5aecec4e4370e72304ca13a0f690306835474204
treedeeffe16e5a3421db732cbc1830ce7ea02b4e174
parent88c874ae861bb878b02c52eb268efadda5a6dfa5
vdzprintf-posix: Add tests.

* tests/test-fprintf-posix.h (test_function): Use RETTYPE instead of
'int'.
* tests/test-fprintf-posix.c (RETTYPE): New macro.
* tests/test-vdprintf-posix.c (RETTYPE): New macro.
* tests/test-vfprintf-posix.c (RETTYPE): New macro.
* tests/test-xfprintf-posix.c (RETTYPE): New macro.
* tests/test-vdzprintf-posix.c: New file, based on
tests/test-vdprintf-posix.c.
* tests/test-vdzprintf-posix.sh: New file, based on
tests/test-vdprintf-posix.sh.
* modules/vdzprintf-posix-tests: New file.
ChangeLog
modules/vdzprintf-posix-tests [new file with mode: 0644]
tests/test-fprintf-posix.c
tests/test-fprintf-posix.h
tests/test-vdprintf-posix.c
tests/test-vdzprintf-posix.c [new file with mode: 0644]
tests/test-vdzprintf-posix.sh [new file with mode: 0755]
tests/test-vfprintf-posix.c
tests/test-xfprintf-posix.c