aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_main.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-20 17:19:02 +1000
committerDavid Walter Seikel2012-01-20 17:19:02 +1000
commit71012828076e7a81f36c0442c358d10c455a56a4 (patch)
tree65d2efba19cc019600a3aa537ac5d0c00798a2a4 /LuaSL/src/LuaSL_main.c
parentMore commentry. (diff)
downloadSledjHamr-71012828076e7a81f36c0442c358d10c455a56a4.zip
SledjHamr-71012828076e7a81f36c0442c358d10c455a56a4.tar.gz
SledjHamr-71012828076e7a81f36c0442c358d10c455a56a4.tar.bz2
SledjHamr-71012828076e7a81f36c0442c358d10c455a56a4.tar.xz
Run both test scripts.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c
index b1141c6..3891cb4 100644
--- a/LuaSL/src/LuaSL_main.c
+++ b/LuaSL/src/LuaSL_main.c
@@ -168,6 +168,8 @@ main(int argc, char **argv)
168 PIm("Against all odds, the compile of %s worked! lol", buf); 168 PIm("Against all odds, the compile of %s worked! lol", buf);
169 else 169 else
170 PEm("The compile of %s failed!", buf); 170 PEm("The compile of %s failed!", buf);
171 snprintf(buf, sizeof(buf), "%s/test.lsl", PACKAGE_DATA_DIR);
172 compileLSL(&game, buf);
171 173
172// ecore_main_loop_begin(); 174// ecore_main_loop_begin();
173 175