From b8ac69f1c3e21822b1d4e0713b2d77331f29c9aa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 5 Feb 2012 13:09:13 +1000 Subject: Turn on the script running stuff, clean out the now excess tests, then move the runner to it's own file. --- LuaSL/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/build.sh') diff --git a/LuaSL/build.sh b/LuaSL/build.sh index 4433120..edddb31 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh @@ -63,7 +63,7 @@ command="edje_cc $EDJE_FLAGS LuaSL.edc ../LuaSL.edj" echo $command $command -names="LuaSL_main LuaSL_compile LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" +names="LuaSL_main LuaSL_compile LuaSL_runner LuaSL_utilities LuaSL_lexer LuaSL_lemon_yaccer" objects="../../libraries/luaproc/channel.o ../../libraries/luaproc/list.o ../../libraries/luaproc/luaproc.o ../../libraries/luaproc/sched.o " for i in $names do -- cgit v1.1