(t *testing.T)
| 140 | } |
| 141 | |
| 142 | func TestGlua(t *testing.T) { |
| 143 | testScriptDir(t, gluaTests, "_glua-tests") |
| 144 | } |
| 145 | |
| 146 | func TestLua(t *testing.T) { |
| 147 | testScriptDir(t, luaTests, "_lua5.1-tests") |
nothing calls this directly
no test coverage detected
searching dependent graphs…