]> granicus.if.org Git - strace/commit
tests: add tests for ipc syscalls decoding
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 16:08:59 +0000 (16:08 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 16:24:20 +0000 (16:24 +0000)
commit12e24427845a1e97e6ffd65153a3752c6d02de7d
treeacea60033835e996983c7cb7664f886fd052fa9e
parent3b499ca870e0e13c31fc4fd2345c4d5dcc2642b1
tests: add tests for ipc syscalls decoding

* tests/ipc_msg.c: New file.
* tests/ipc_sem.c: Likewise.
* tests/ipc_shm.c: Likewise.
* tests/ipc_msg.test: New test.
* tests/ipc_sem.test: Likewise.
* tests/ipc_shm.test: Likewise.
* tests/Makefile.am (check_PROGRAMS): Add ipc_msg, ipc_sem, and ipc_shm.
(TESTS): Add ipc_msg.test, ipc_sem.test, and ipc_shm.test.
* tests/.gitignore: Add ipc_msg, ipc_sem, and ipc_shm.
tests/.gitignore
tests/Makefile.am
tests/ipc_msg.c [new file with mode: 0644]
tests/ipc_msg.test [new file with mode: 0755]
tests/ipc_sem.c [new file with mode: 0644]
tests/ipc_sem.test [new file with mode: 0755]
tests/ipc_shm.c [new file with mode: 0644]
tests/ipc_shm.test [new file with mode: 0755]