improve codelite test suite setup
This commit is contained in:
parent
9c22008a43
commit
2a99f66180
@ -18,10 +18,11 @@
|
|||||||
function suite.setup()
|
function suite.setup()
|
||||||
p.action.set("codelite")
|
p.action.set("codelite")
|
||||||
p.indent(" ")
|
p.indent(" ")
|
||||||
wks, prj = test.createWorkspace()
|
wks = test.createWorkspace()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function prepare()
|
local function prepare()
|
||||||
|
prj = test.getproject(wks,1)
|
||||||
cfg = test.getconfig(prj, "Debug")
|
cfg = test.getconfig(prj, "Debug")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user