]> granicus.if.org Git - strace/commit
tests: fix unix domain socket decoding availability test
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 25 Dec 2014 00:11:40 +0000 (00:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 25 Dec 2014 01:01:13 +0000 (01:01 +0000)
commit6b5df329551bea72d3b4678b154aefa03e4d0b45
tree360115428aa1db0fc3e83f9cb036330786182cc4
parent6077ad8cc6c7cdcbbb5c13532102b939fdff1168
tests: fix unix domain socket decoding availability test

Since inet_diag and unix_diag interfaces are implemented by different
kernel modules, they have to be tested separately.

* tests/netlink_unix_diag.c: New file.
* tests/unix-yy.test: Use it.
* tests/Makefile.am (check_PROGRAMS): Add it.
* tests/.gitignore: Likewise.
tests/.gitignore
tests/Makefile.am
tests/netlink_unix_diag.c [new file with mode: 0644]
tests/unix-yy.test