9 lines
165 B
C
9 lines
165 B
C
|
#ifndef __TEST_INTEGRATION_H
|
||
|
#define __TEST_INTEGRATION_H
|
||
|
|
||
|
#include <check.h>
|
||
|
|
||
|
void register_integration_tests(TCase *test_case);
|
||
|
|
||
|
#endif /* __TEST_INTEGRATION_H */
|