strace/tests/test_ucopy.h
Dmitry V. Levin 7a9eea94ee tests: add test_printpath function to libtests
* tests/test_ucopy.h (test_printpath): New prototype.
* tests/test_printpath.c: New file.
* tests/Makefile.am (libtests_a_SOURCES): Add it.
2017-08-01 20:59:48 +00:00

11 lines
161 B
C

#include <stdbool.h>
extern bool
test_process_vm_readv(void);
extern bool
test_ptrace_peekdata(void);
extern void
test_printpath(unsigned int test_max_size);