commit | 0e68eb11a48f68f0e8800547c40d3e1f9cc6a8d0 | [log] [tgz] |
---|---|---|
author | Sean Carpenter <[email protected]> | Wed Sep 20 17:48:33 2023 |
committer | Chromeos LUCI <[email protected]> | Wed Sep 20 18:16:29 2023 |
tree | e7a42ff9d0a8e3f94e42b77d4f9c25ebe3c5f10a | |
parent | 66cd6149fb374fc8672f79af1d61588fb3c29923 [diff] |
software deps: Adds an Example Showing Where Use Flags May Be Stored USE flags were not something I was previously familiar with, and thought it might be worthwhile to add to our docs an example of where these use flags may actually be defined. BUG=None TEST=Inspected markdown for formatting issues. Change-Id: I6963b91a1d2f63c61948910f0ce4cbb0397a60fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/4878167 Reviewed-by: Seewai Fu <[email protected]> Commit-Queue: Sean Carpenter <[email protected]> Tested-by: Sean Carpenter <[email protected]>
Tast is an integration-testing system for ChromeOS. Its focus is on maintainability, speed, and ease of interpreting and reproducing test results. It supports building, deploying, and running tests. It doesn't implement other functionality like managing labs of devices used for testing, scheduling tests, or storing test results.
For more information, see the list of documentation.
This repository is organized in accordance with the Go in ChromiumOS suggestions.
src/chromiumos/
cmd/local_test_runner/
- main
package for the local_test_runner
executable used to execute local test bundles on-device.cmd/remote_test_runner/
- main
package for the remote_test_runner
executable used to execute remote test bundles on the host system.cmd/tast/
- main
package for the tast
executable used to build and run tests....
- Packages used only by the tast
executable.tast/...
- Common packages shared by multiple executables.Tests are located in the tast-tests repository.
The Go gopher concept and design was originally created by Renee French and is covered by the Creative Commons Attribution 3.0 license. The Tast logo above is also covered by the Creative Commons Attribution 3.0 license.