]> granicus.if.org Git - strace/commit
tests: check decoding of futex syscall
authorEugene Syromiatnikov <evgsyr@gmail.com>
Tue, 30 Aug 2016 13:30:37 +0000 (16:30 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 30 Aug 2016 17:38:26 +0000 (17:38 +0000)
commitc965bec3a11671c51885996101e286bc27151b07
tree2025f74d339c233932e0047df3743ed4e6b3bf26
parentd02a91dd2cce2e3272e4c485884b90ed73fe512a
tests: check decoding of futex syscall

* tests/futex.c: New file.
* tests/futex.test: New test.
* tests/.gitignore: Add futex.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add futex.test.
tests/.gitignore
tests/Makefile.am
tests/futex.c [new file with mode: 0644]
tests/futex.test [new file with mode: 0755]