Searched refs:build_example (Results 1 – 5 of 5) sorted by relevance
21 CONFIG_PATH=$root_path/build/test/example/build_example.json
11 build_example.json 配置文件
49 self.build_example = ""88 self.build_example = self.args_dict.get('build_example')89 if not self.build_example:
772 def test_build_example(self, build_example): argument776 cmd = self.CMD.format('--build-example', build_example).split()778 result = self.get_match_result(cmd, "build_example", build_example)780 assert result == 0, "build example para {} failed".format(build_example)
77 build_example = false