This repository has been archived on 2021-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
modetw/tests/check_check.h

11 lines
162 B
C

#ifndef CHECK_CHECK_H
#define CHECK_CHECK_H
#include <check.h>
Suite* file_t_suite(void);
Suite* exception_t_suite(void);
Suite* calibrate_suite(void);
#endif