summaryrefslogtreecommitdiff
path: root/tests/alltests.lua
blob: 2879e572cd91f0f71d0671fc0ebef0436bd9b27e (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