add 'test' library

This commit is contained in:
MihailRis
2024-12-07 22:16:50 +03:00
parent bbb9987140
commit 59402b6607
10 changed files with 56 additions and 12 deletions
+5
View File
@@ -9,6 +9,11 @@ function sleep(timesec)
end
end
if test then
test.sleep = sleep
test.name = __VC_TEST_NAME
end
------------------------------------------------
------------------- Events ---------------------
------------------------------------------------