8 lines
152 B
C
8 lines
152 B
C
#ifndef __TEST_CZECH_H
|
|
#define __TEST_CZECH_H
|
|
|
|
#include <check.h>
|
|
|
|
void register_transcript_czech_tests(TCase *test_case);
|
|
|
|
#endif /* __TEST_CZECH_H */
|