strace/tests/test_ucopy.h
Dmitry V. Levin 4f03dc3fc6 tests: add test_process_vm_readv and test_ptrace_peekdata to libtests
* tests/test_ucopy.c: New file.
* tests/test_ucopy.h: Likewise.
* tests/Makefile.am (libtests_a_SOURCES): Add them.
2017-08-01 20:59:48 +00:00

8 lines
104 B
C

#include <stdbool.h>
extern bool
test_process_vm_readv(void);
extern bool
test_ptrace_peekdata(void);