This repository contains integration tests that are run by Tast.
helpers/
- Source code for binaries executed by tests.local/
- Helpers for local tests that are compiled and installed to/usr/local/libexec/tast/helpers/local/cros
by thetast-local-helpers-cros
package.
src/chromiumos/tast/
Shared code, the main tast
executable, the local_test_runner
and
remote_test_runner
executables responsible for running bundles, and
documentation are located in the tast repository.