summaryrefslogtreecommitdiff
path: root/tests/test_context.h
blob: 39723d2b1ccfa6129dd9589791ca81e3babf959a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __UTEST_CONTEXT__
#define __UTEST_CONTEXT__

#include <check.h>

#ifdef __cplusplus
extern "C" {
#endif

TCase *cl_context_tcase_create(void);

#ifdef __cplusplus
}
#endif

#endif