From 1d02d81278becb538ba2fdee113c8c90ad083f2e Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 9 Nov 2017 16:44:31 +0200 Subject: tests: add tests for time functions. --- test/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index c0217eb..c87c24c 100644 --- a/test/main.c +++ b/test/main.c @@ -22,6 +22,7 @@ #include "float_test.h" #include "diagnostic_test.h" #include "gpio_test.h" +#include "time_test.h" /* TODO: allow individual tests to be selected */ @@ -30,7 +31,8 @@ int main(int argc, char **argv) static const struct section sections[] = { {"float", float_test}, {"diagnostic", diagnostic_test}, - {"gpio", gpio_test} }; + {"gpio", gpio_test}, + {"time", time_test} }; size_t i; if (argc != 3) { -- cgit v1.2.3