]> granicus.if.org Git - strace/commit
tests: add a test for decoding and dumping of recvmmsg/sendmmsg
authorMasatake YAMATO <yamato@redhat.com>
Thu, 6 Nov 2014 16:23:27 +0000 (01:23 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 11 Nov 2014 15:45:26 +0000 (15:45 +0000)
commit993198deb3a0e3311e7a062451d141c5c410406c
tree74d7173dda5e294c6f2e880b2981b2daa2156cce
parenta807dceca5ccfaf283aedaca3d998f83db8fe1fa
tests: add a test for decoding and dumping of recvmmsg/sendmmsg

* configure (AC_CHECK_FUNCS): Add sendmmsg.
* tests/mmsg.c: New file.
* tests/mmsg.expected: New file.
* tests/mmsg.test: New test.
* tests/.gitignore: Add mmsg.
* tests/Makefile.am (CHECK_PROGRAMS): Add mmsg.
(TESTS): Add mmsg.test.
(EXTRA_DIST): Add mmsg.expected.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
configure.ac
tests/.gitignore
tests/Makefile.am
tests/mmsg.c [new file with mode: 0644]
tests/mmsg.expected [new file with mode: 0644]
tests/mmsg.test [new file with mode: 0755]