summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-18 11:14:37 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-25 16:22:42 +0200
commit8fd8a822cacd1d0208c2b3660fa8b61abf86cbe8 (patch)
treeee368390af07e95264dad67e02bd446ca15f7f3c /doc
parent834f63b6ea447056aba279439e7531f55062f588 (diff)
downloadjustbuild-8fd8a822cacd1d0208c2b3660fa8b61abf86cbe8.tar.gz
tutorial: hint on `just describe` to list implicit dependencies
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial/tests.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/tutorial/tests.md b/doc/tutorial/tests.md
index f4d8897c..671f2cbe 100644
--- a/doc/tutorial/tests.md
+++ b/doc/tutorial/tests.md
@@ -94,7 +94,12 @@ default test runner can be overwritten by a different test runner fom
the rule's workspace root. Moreover, all test targets share runner
infrastructure from `shell/test`, e.g., summarizing multiple runs per
test (to detect flakiness) if the configuration variable `RUNS_PER_TEST`
-is set.
+is set. The precise location of those implicit dependencies can be
+seen via `just describe`.
+
+``` sh
+$ just-mr describe tests greet
+```
However, in our case, we want to use the default runner and therefore it
is sufficient to create an empty module. To do so, create the file