Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dchrome_binary_test.py28 test_binary_dir = None variable in ChromeBinaryTest
38 self.test_binary_dir = '%s/out/Release' % self.cr_source_dir
41 Release_lib = os.path.join(self.test_binary_dir, 'lib')
54 return os.path.join(self.test_binary_dir, binary_to_run)
72 cmd = '%s/%s %s' % (self.test_binary_dir, binary_to_run, extra_params)