diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-17 12:42:55 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-17 14:08:39 +0200 |
commit | 44c0b156254e11f4c1a1bf66a6cf790a5779d774 (patch) | |
tree | e05453871e926803ac33bb6e17d38d0f6967a79c /test | |
parent | 56a63969e9f397395976ffa62a0eec14df2d05ff (diff) | |
download | justbuild-44c0b156254e11f4c1a1bf66a6cf790a5779d774.tar.gz |
["shell/test", "script"] Rename implicit dependencies
... and document at the appropriate places what can be overwritten
by setting those targets.
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index b94b8f8f..aef5a668 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -70,7 +70,7 @@ ] , "implicit": { "runner": ["with_remote_test_runner.py"] - , "summarizer": [["@", "rules", "shell/test", "test_summary.py"]] + , "summarizer": [["@", "rules", "shell/test", "summarizer"]] , "just": [["@", "src", "", "installed just"]] } , "imports": |