]> granicus.if.org Git - strace/commit
tests: check decoding and dumping of send and recv syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Jul 2016 00:24:25 +0000 (00:24 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 19 Jul 2016 17:46:33 +0000 (17:46 +0000)
commit374dc48dbdd6304c44663702a856cf73dc6cd374
treef1e1d848332b565ab66d99ec26cc50d5677c39d6
parent1991ee94bc2a1ac808454b8125e6251732a9a200
tests: check decoding and dumping of send and recv syscalls

* tests/unix-pair-send-recv.c: New file.
* tests/unix-pair-send-recv.expected: Likewise.
* tests/unix-pair-send-recv.test: New test.
* tests/.gitignore: Add unix-pair-send-recv.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add unix-pair-send-recv.test.
(EXTRA_DIST): Add unix-pair-send-recv.expected.
tests/.gitignore
tests/Makefile.am
tests/unix-pair-send-recv.c [new file with mode: 0644]
tests/unix-pair-send-recv.expected [new file with mode: 0644]
tests/unix-pair-send-recv.test [new file with mode: 0755]