summaryrefslogtreecommitdiff
path: root/test-lib.h
blob: 75b73f48d5fbe91af4a7bb2087495cc9be104d51 (plain)
1
2
3
4
5
6
7
8
#ifndef TEST_LIB_H
#define TEST_LIB_H

typedef int (*syncTestHandler_t)();

int syncTest(char *testName, char *errMsg, int (*testCallback)());

#endif