8 lines
181 B
C
8 lines
181 B
C
#ifndef __TEST_HARVARD_KYOTO_H
|
|
#define __TEST_HARVARD_KYOTO_H
|
|
|
|
#include <check.h>
|
|
|
|
void register_harvard_kyoto_encoder_tests(TCase *test_case);
|
|
|
|
#endif /* __TEST_HARVARD_KYOTO_H */
|