aboutsummaryrefslogtreecommitdiffstats
path: root/test.lua
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <ast@fiberby.net>2017-02-13 16:04:41 +0000
committerAsbjørn Sloth Tønnesen <ast@2e8.dk>2017-02-13 16:04:41 +0000
commit907f610040e3dfb54a83155c36527a65b7f08e78 (patch)
treefa85c2deeef755ffd4d8c123f9cb68bd5ab337e2 /test.lua
parent1e3d5d977d2d647453c3d0b4e01cf6f375422d9c (diff)
downloadlua-inet-907f610040e3dfb54a83155c36527a65b7f08e78.tar.gz
lua-inet-907f610040e3dfb54a83155c36527a65b7f08e78.tar.xz
lua-inet-907f610040e3dfb54a83155c36527a65b7f08e78.zip
initial commit
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Diffstat (limited to 'test.lua')
-rwxr-xr-xtest.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.lua b/test.lua
new file mode 100755
index 0000000..e02345f
--- /dev/null
+++ b/test.lua
@@ -0,0 +1,8 @@
+#!/usr/bin/env lem
+
+package.path = './?/init.lua;'..package.path..';./lua/?.lua;./lua/?/init.lua;./?.lua'
+package.cpath = package.cpath..';./lua/?.so'
+
+local test = require 'test'
+
+test.test()