]> granicus.if.org Git - strace/commit
tests: replace unix-yy.test with net-yy-unix.test
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Jan 2016 22:20:54 +0000 (22:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Feb 2016 12:39:06 +0000 (12:39 +0000)
commit6124cd9932368253d6eb9363797c1b2a82673959
tree5368c196dc659886a5e4bb48379c405bb410e1f5
parente364920b67540cb98b56626f3a5de85bd3fd85b9
tests: replace unix-yy.test with net-yy-unix.test

Unlike the former test that was based on match_awk,
the new one uses match_diff and does more rigorous testing.

* tests/net-yy-unix.c: New file.
* tests/net-yy-unix.test: New test.
* tests/unix-yy.test: Remove.
* tests/unix-yy-accept.awk: Remove.
* tests/unix-yy-connect.awk: Remove.
* tests/.gitignore: Add net-yy-unix.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(TESTS): Replace unix-yy.test with net-yy-unix.test.
(EXTRA_DIST): Remove unix-yy-accept.awk and unix-yy-connect.awk.
tests/.gitignore
tests/Makefile.am
tests/net-yy-unix.c [new file with mode: 0644]
tests/net-yy-unix.test [moved from tests/unix-yy.test with 67% similarity]
tests/unix-yy-accept.awk [deleted file]
tests/unix-yy-connect.awk [deleted file]