talloc:build: improve detection of srcdir
[sfrench/samba-autobuild/.git] / lib / talloc / talloc_testsuite.h
1 #ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
2 #define __LIB_TALLOC_TALLOC_TESTSUITE_H__
3
4 struct torture_context;
5 bool torture_local_talloc(struct torture_context *tctx);
6
7 #endif