Searched refs:ccache_option (Results 1 – 1 of 1) sorted by relevance
1008 def test_stat_ccache(self, ccache_option): argument1012 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)