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

function runtests()
    test1()
    test2()
--    test3()
end