]> granicus.if.org Git - strace/commit
tests: check delay injection
authorElvira Khabirova <lineprinter@altlinux.org>
Sun, 18 Feb 2018 20:21:49 +0000 (23:21 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 22 Mar 2018 06:23:25 +0000 (06:23 +0000)
commita3bef655cbb71c2cc0510f8f589dd693994384fa
treebae09eae7edb4e49c189068a252afd16a25f8950
parentba8e768a806e105da8788821eb5776d900447c0b
tests: check delay injection

* tests/delay.c: New file.
* tests/delay.test: New test.
* tests/.gitignore: Add delay.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(delay_LDADD): New variable.
(MISC_TESTS): Add delay.test.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
tests/.gitignore
tests/Makefile.am
tests/delay.c [new file with mode: 0644]
tests/delay.test [new file with mode: 0755]