aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/luaprocTest.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-24 16:45:58 +1000
committerDavid Walter Seikel2012-01-24 16:45:58 +1000
commit1aee106249e120cc7c0537a45ca4ac75a253ed32 (patch)
tree04851b9279a6988b28ce265ee758094b124ec8c3 /LuaSL/luaprocTest.sh
parentClean up the LuaSL build, and link to LuaJIT. (diff)
downloadSledjHamr-1aee106249e120cc7c0537a45ca4ac75a253ed32.zip
SledjHamr-1aee106249e120cc7c0537a45ca4ac75a253ed32.tar.gz
SledjHamr-1aee106249e120cc7c0537a45ca4ac75a253ed32.tar.bz2
SledjHamr-1aee106249e120cc7c0537a45ca4ac75a253ed32.tar.xz
Quick and dirty testing of luaJIT+luaproc from LuaSL.
Diffstat (limited to 'LuaSL/luaprocTest.sh')
-rwxr-xr-xLuaSL/luaprocTest.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/LuaSL/luaprocTest.sh b/LuaSL/luaprocTest.sh
deleted file mode 100755
index 98f37f5..0000000
--- a/LuaSL/luaprocTest.sh
+++ /dev/null
@@ -1,14 +0,0 @@
1#! /bin/bash
2
3cd testLua
4
5LUA_SOPATH="../../libraries/luaproc/" lua luaprocTest0.lua
6
7time LUA_SOPATH="../../libraries/luaproc/" lua luaprocTest1.lua
8
9time LUA_SOPATH="../../libraries/luaproc/" luajit luaprocTest1.lua
10
11time LUA_SOPATH="../../libraries/luaproc/" lua luaprocTest2.lua
12
13time LUA_SOPATH="../../libraries/luaproc/" luajit luaprocTest2.lua
14