aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build3
1 files changed, 2 insertions, 1 deletions
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)