From 907f610040e3dfb54a83155c36527a65b7f08e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 13 Feb 2017 16:04:41 +0000 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- test.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test.lua (limited to 'test.lua') 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() -- cgit v1.2.1