Home
last modified time | relevance | path

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

/build/test/example/
Dtest_build_option.py1008 def test_stat_ccache(self, ccache_option): argument
1012 cmd = self.CMD.format('--stat-ccache', ccache_option).split()
1014 result = self.get_match_result(cmd, "stat_ccache", ccache_option)
1016 assert result == 0, "stat_ccache para {} failed".format(ccache_option)