From d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 27 Jun 2025 12:51:50 +0200 Subject: doc: Fix various typos and inconsistencies --- doc/tutorial/tests.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/tutorial/tests.md') 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. -- cgit v1.2.3