]> granicus.if.org Git - strace/commit
tests: add a test for select syscall decoding
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Feb 2015 02:09:52 +0000 (02:09 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Feb 2015 02:21:13 +0000 (02:21 +0000)
commite837b14a5306d92ff37a916427c7bbb0c52ec009
tree2a5f15df94794de5f8916e1561c91f4b001377de
parent495f525d6866926332ef423d88f145b019ef44ab
tests: add a test for select syscall decoding

Convert test/select.c into a regular test.

* test/Makefile (PROGS): Remove select.
* test/.gitignore: Likewise.
* test/select.c: Rewrite to ...
* tests/select.c: ... new file.
* tests/select.awk: New file.
* tests/select.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add select.
(TESTS): Add select.test.
(EXTRA_DIST): Add select.awk.
* tests/.gitignore: Add select.
test/.gitignore
test/Makefile
test/select.c [deleted file]
tests/.gitignore
tests/Makefile.am
tests/select.awk [new file with mode: 0644]
tests/select.c [new file with mode: 0644]
tests/select.test [new file with mode: 0755]