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_calibrate.c
Pradana Aumars 4c29f89c9d C Redesign
2021-05-15 19:18:42 +02:00

9 lines
85 B
C

#include <check.h>
#include "../src/calibrate.h"
START_TEST(test_calibrate)
{
}