summaryrefslogtreecommitdiff
path: root/tests/netlink_sock_diag.test
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2020-06-011-1/+1
| | | | | Headers updated automatically using maint/update_copyright_years.sh script.
* tests: allow passing arguments to netlink_sock_diag.testEugene Syromyatnikov2020-04-151-1/+1
| | | | | | | | | | | And remove netlink_sock_diag-v.sh, since it is no longer needed. * tests/netlink_sock_diag.test: Pass script's arguments to run_strace_match_diff call. * tests/gen_tests.in (nlattr_packet_diag_msg): Call netlink_sock_diag.test with -v instead of netlink_sock_diag-v.sh.. * tests/netlink_sock_diag-v.sh: Remove. * tests/Makefile.am (EXTRA_DIST): Remove netlink_sock_diag-v.sh.
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
|
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
| | | | | strace test suite is now provided under the terms of the GNU General Public License version 2 or later, see tests/COPYING for more details.
* tests: check decoding of NETLINK_SOCK_DIAG message typesJingPiao Chen2017-06-051-0/+33
* tests/netlink_sock_diag.c: New file. * tests/netlink_sock_diag.test: New test. * tests/pure_executables.list: Add netlink_sock_diag. * tests/.gitignore: Likewise. * tests/Makefile.am (DECODER_TESTS): Add netlink_sock_diag.test.