aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unit/os/time.moon3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/os/time.moon b/test/unit/os/time.moon
index 76ad86b799..e963f6e253 100644
--- a/test/unit/os/time.moon
+++ b/test/unit/os/time.moon
@@ -4,6 +4,9 @@
time = cimport './src/os/time.h'
describe 'time function', ->
+ setup ->
+ time.time_init!
+
describe 'mch_delay', ->
mch_delay = (ms) ->
time.mch_delay ms, false