improve codelite test suite setup
This commit is contained in:
parent
9c22008a43
commit
2a99f66180
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user