summaryrefslogtreecommitdiff
path: root/tests/alltests.lua
blob: d4088e64e3831740ef917f16059933f6f0b2abbf (plain)
1
2
3
4
5
6
7
load "tests/test1.lua"
load "tests/test2.lua"

function runtests()
    test1()
    test2()
end