def getCaseList(mustpass, module):
    generator = ANY_GENERATOR
    buildCfg = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug")

    #build(buildCfg, generator, [module.binName])
    genCaseList(buildCfg, generator, module, "txt")

    return readCaseList(getCaseListPath(buildCfg, module, "txt"))
예제 #2
0
def getCaseList (buildCfg, generator, module):
	build(buildCfg, generator, [module.binName])
	genCaseList(buildCfg, generator, module, "txt")
	return readCaseList(getCaseListPath(buildCfg, module, "txt"))
예제 #3
0
def getCaseList (buildCfg, generator, module):
	return readCaseList(getCaseListPath(buildCfg, module, "txt"))
예제 #4
0
def getCaseList (buildCfg, generator, module):
	return readCaseList(getCaseListPath(buildCfg, module, "txt"))
예제 #5
0
def getCaseList (buildCfg, generator, module):
	build(buildCfg, generator, [module.binName])
	genCaseList(buildCfg, generator, module, "txt")
	return readCaseList(getCaseListPath(buildCfg, module, "txt"))