From ee42d412fa82529f388573d9d71f0cfc85fb4304 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Tue, 12 Nov 2013 07:48:34 -0500 Subject: Fix CodeLite file tests --- tests/actions/codelite/codelite_files.lua | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/actions/codelite/codelite_files.lua b/tests/actions/codelite/codelite_files.lua index 35cbed0..423945c 100755 --- a/tests/actions/codelite/codelite_files.lua +++ b/tests/actions/codelite/codelite_files.lua @@ -10,15 +10,15 @@ -- --- Setup +-- Setup -- local sln, prj - + function suite.setup() sln = test.createsolution() end - + local function prepare() io.indent = " " premake.bake.buildconfigs() @@ -35,7 +35,9 @@ files { "hello.c" } prepare() test.capture [[ - + + + ]] end @@ -44,8 +46,10 @@ files { "src/hello.c" } prepare() test.capture [[ - - + + + + ]] end @@ -55,9 +59,11 @@ files { "src/greetings/hello.c" } prepare() test.capture [[ - - - + + + + + ]] -- cgit v1.2.3