From 71012828076e7a81f36c0442c358d10c455a56a4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 20 Jan 2012 17:19:02 +1000 Subject: Run both test scripts. --- LuaSL/src/LuaSL_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LuaSL/src/LuaSL_main.c') 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) PIm("Against all odds, the compile of %s worked! lol", buf); else PEm("The compile of %s failed!", buf); + snprintf(buf, sizeof(buf), "%s/test.lsl", PACKAGE_DATA_DIR); + compileLSL(&game, buf); // ecore_main_loop_begin(); -- cgit v1.1