improve codelite test suite setup

This commit is contained in:
Mikhael-Danilov 2017-06-23 17:38:52 +03:00
parent 9c22008a43
commit 2a99f66180

View File

@ -18,10 +18,11 @@
function suite.setup()
p.action.set("codelite")
p.indent(" ")
wks, prj = test.createWorkspace()
wks = test.createWorkspace()
end
local function prepare()
prj = test.getproject(wks,1)
cfg = test.getconfig(prj, "Debug")
end