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/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 3cc925b..b23a438 100644 --- a/test/meson.build +++ b/test/meson.build @@ -3,7 +3,8 @@ test_filenames = [ 'test.c', 'float.c', 'diagnostic.c', - 'gpio.c' + 'gpio.c', + 'time.c' ] test_sources = files(test_filenames) -- cgit v1.2.3