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

#include <check.h>

#ifdef __cplusplus
extern "C" {
#endif

TCase *cl_commandqueue_tcase_create(void);

#ifdef __cplusplus
}
#endif

#endif