Home
last modified time | relevance | path

Searched refs:ccache_option (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/build/test/example/
H A Dtest_build_option.py902 def test_stat_ccache(self, ccache_option): argument
906 cmd = self.CMD.format('--stat-ccache', ccache_option).split()
908 result = self.get_match_result(cmd, "stat_ccache", ccache_option)
910 assert result == 0, "stat_ccache para {} failed".format(ccache_option)