Skip to content

Latest commit

 

History

History

local

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This directory contains helper programs that are installed to test system images so they can be used by local Tast tests.

Source files' names should take the form category.TestName.prog.c. They are compiled to e.g. category.TestName.prog and installed to /usr/local/libexec/tast/helpers/local/cros in test system images. To install the files to the right directory, you need to run cros deploy ${DUT} --root=/usr/local chromeos-base/tast-local-helpers-cros.

Please do not add new files to this directory if you can avoid it. Spreading a test's logic across multiple locations makes it harder to understand and to modify.