libtalloc/tests/sanity-tests/talloc_testsuite.h
Steeve Goveas 64f638db0d Enable gating tests for libtalloc
Resolves: rhbz#1962773
2021-05-28 21:12:19 +05:30

8 lines
174 B
C

#ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
#define __LIB_TALLOC_TALLOC_TESTSUITE_H__
struct torture_context;
bool torture_local_talloc(struct torture_context *tctx);
#endif