diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 18:26:33 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-16 10:26:39 +0100 |
commit | fb7bf97e680f97833268c7bb4c8220a3cf58e297 (patch) | |
tree | 0ffe5fa094c1679ffa052201031be22b13714b58 /doc/tutorial/tests.org | |
parent | 0fea1101050ef38e94a8afa4febc8b681f769ff2 (diff) | |
download | justbuild-fb7bf97e680f97833268c7bb4c8220a3cf58e297.tar.gz |
tutorial: Fix typos
Diffstat (limited to 'doc/tutorial/tests.org')
-rw-r--r-- | doc/tutorial/tests.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/tests.org b/doc/tutorial/tests.org index d05eb945..32e3589b 100644 --- a/doc/tutorial/tests.org +++ b/doc/tutorial/tests.org @@ -1,6 +1,6 @@ * Creating Tests -To run tests with justbuild, we do /not/ have dedicated ~test~ +To run tests with justbuild, we do /not/ have a dedicated ~test~ subcommand. Instead, we consider tests being a specific action that generates a test report. Consequently, we use the ~build~ subcommand to build the test report, and thereby run the test action. Test @@ -287,7 +287,7 @@ As most people probably do not want to call every test target by hand, it is desirable to compound test target that triggers the build of multiple test reports. To do so, an ~"install"~ target can be used. The field ~"deps"~ of an install target is a list of targets for which the runfiles are collected. -As for the tests the runfiless happen to be +As for the tests the runfiles happen to be tree artifacts named the same way as the test and containing all test results, this is precisely what we need. Furthermore, as the dependent test targets are tainted by ~"test"~, also the |