sanskrit-iast/tests/integration.h

9 lines
165 B
C
Raw Normal View History

2021-03-12 19:33:56 +01:00
#ifndef __TEST_INTEGRATION_H
#define __TEST_INTEGRATION_H
#include <check.h>
void register_integration_tests(TCase *test_case);
#endif /* __TEST_INTEGRATION_H */