#ifndef _LIB_TEST_H_
#define _LIB_TEST_H_

#include <check.h>

int Test_Main(Suite *suite);

#endif // _LIB_TEST_H_
