diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-27 12:51:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (patch) | |
tree | a43859422a5cdc81db2467ddf2108107cb60fdc9 /doc/tutorial/tests.md | |
parent | de7bdb452e7f600e5cb17d87710fb952f151ba29 (diff) | |
download | justbuild-d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83.tar.gz |
doc: Fix various typos and inconsistencies
Diffstat (limited to 'doc/tutorial/tests.md')
-rw-r--r-- | doc/tutorial/tests.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tutorial/tests.md b/doc/tutorial/tests.md index d4614801..5e6f82a7 100644 --- a/doc/tutorial/tests.md +++ b/doc/tutorial/tests.md @@ -119,18 +119,18 @@ INFO: Setup finished, exec ["just","describe","-C","...","tests","greet"] - "name" | The name of the test ... - - implict dependency + - implicit dependency | The C/C++ toolchain to use - ["@","rules-cc","CC","defaults"] - - implict dependency + - implicit dependency | The test runner which starts the actual test binary after providing | the respective environment. The runner also takes care of capturing | stdout/stderr and timing information. - ["@","rules-cc","CC/test","runner"] - - implict dependency + - implicit dependency | The shell toolchain to use PATH from for calling the summary action - ["@","rules-cc","shell","defaults"] - - implict dependency + - implicit dependency | Tool to aggregate the results of individual test runs (for flakyness | detection) to an overall test result. If more fields than the result | itself is needed, those can be specified using the "summarizer" rule. @@ -493,4 +493,4 @@ $ As the output structure is again one tree per test, test suits can be put into other test suites; to avoid conflicts, the `"stage"` field of the test suite can be used to put all outputs into a -suite-specific sudirectory. +suite-specific subdirectory. |