summaryrefslogtreecommitdiff
path: root/test/main.lua
blob: d8730f09afe82364825a49a0728b4afb48432f41 (plain)
1
2
3
4
5
6
7
8
9
10
root = arg[0] .. '\\..\\..'
package.path = package.path .. ';' .. root .. '\\src\\?.lua'
                            .. ';' .. root .. '\\src\\?\\init.lua'
                            .. ';' .. root .. '\\test\\?.lua'
                            .. ';' .. root .. '\\test\\?\\init.lua'

require 'filesystem'
require 'utility'
require 'global_protect'
print('测试')