3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Started adding unit tests

This commit is contained in:
Björn Ritzl
2017-11-30 20:25:17 +01:00
parent ccd2b4a239
commit e6615e2888
16 changed files with 798 additions and 10 deletions

9
test/test.script Normal file
View File

@@ -0,0 +1,9 @@
local deftest = require "deftest.deftest"
local test_monarch = require "test.test_monarch"
function init(self)
deftest.add(test_monarch)
deftest.run()
end