]> granicus.if.org Git - strace/commit
Implement two basic "strace -f" tests
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 27 Feb 2011 00:28:50 +0000 (00:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 27 Feb 2011 00:28:50 +0000 (00:28 +0000)
commit4e4b5adfab00af3969e4352da85c1f5553d280bc
tree16b73deb77847f61d1eaccb1013b5de8174e8bd2
parent6ae37bf0eb4c7911141cb25f3501e460ae4edadc
Implement two basic "strace -f" tests

* Makefile.am (SUBDIRS): Add tests.
* configure.ac (AC_CONFIG_FILES): Add tests/Makefile.
* tests/.gitignore: New file.
* tests/Makefile.am: Likewise.
* tests/init.sh: Likewise.
* tests/ptrace_setoptions: Likewise.
* tests/strace-f: Likewise.
Makefile.am
configure.ac
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/init.sh [new file with mode: 0644]
tests/ptrace_setoptions [new file with mode: 0755]
tests/strace-f [new file with mode: 0755]