]> granicus.if.org Git - strace/commit
tests: add another test of SO_TIMESTAMP and SO_TIMESTAMPNS decoding
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 15 May 2019 16:52:37 +0000 (16:52 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 15 May 2019 16:52:37 +0000 (16:52 +0000)
commitc2619c5a76651a80ff3b53f1d891d67b9760d961
tree5529d497d6321897fd0a3e9cc984b1d2c662e70d
parent62bff525f8cd0564222b08fd83b82c497e2425e5
tests: add another test of SO_TIMESTAMP and SO_TIMESTAMPNS decoding

Unlike msg_control test, this new test makes the kernel generate
SO_TIMESTAMP and SO_TIMESTAMPNS messages.

* tests/sockopt-timestamp.c: New file.
* tests/gen_tests.in (sockopt-timestamp): New entry.
* tests/pure_executables.list: Add sockopt-timestamp.
* tests/.gitignore: Likewise.
tests/.gitignore
tests/gen_tests.in
tests/pure_executables.list
tests/sockopt-timestamp.c [new file with mode: 0644]