summaryrefslogtreecommitdiffstats
path: root/test/ctest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctest.lua')
-rwxr-xr-xtest/ctest.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ctest.lua b/test/ctest.lua
index b7d87f5..adf117e 100755
--- a/test/ctest.lua
+++ b/test/ctest.lua
@@ -19,6 +19,9 @@
print('Entered ' .. arg[0])
+package.path = '?.lua'
+package.cpath = '?.so'
+
local utils = require 'lem.utils'
local io = require 'lem.io'