]> granicus.if.org Git - strace/commit
tests: check decoding of getsockopt(PACKET_STATISTICS)
authorZhibin Li <08826794brmt@gmail.com>
Tue, 24 Jul 2018 08:59:16 +0000 (16:59 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 1 Aug 2018 14:57:16 +0000 (14:57 +0000)
commit49f45ff291942a10f75156811e15a467fde3229c
tree4bf0265441bf715fc59698cb58fbc317500c6a8f
parent7ecd1096bfea1bf69052eb2eecd481a2bb893466
tests: check decoding of getsockopt(PACKET_STATISTICS)

* tests/net-tpacket_stats.c: New file.
* tests/net-tpacket_stats-success.c: Likewise.
* tests/gen_tests.in (net-tpacket_stats): New test.
* tests/net-tpacket_stats-success.test: Likewise.
* tests/.gitignore: Add net-tpacket_stats and net-tpacket_stats-success.
* tests/Makefile.am (check_PROGRAMS): Add net-tpacket_stats-success.
(DECODER_TESTS): Add net-tpacket_stats-success.test.
* tests/pure_executables.list: Add net-tpacket_stats.
tests/.gitignore
tests/Makefile.am
tests/gen_tests.in
tests/net-tpacket_stats-success.c [new file with mode: 0644]
tests/net-tpacket_stats-success.test [new file with mode: 0755]
tests/net-tpacket_stats.c [new file with mode: 0644]
tests/pure_executables.list