summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-05-29 13:01:01 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-06-03 16:46:49 +0200
commit2274627436257c28a82cedec28e18398a517b51d (patch)
tree63aa009134abe3bd14818b8650451474ed37c27c /test/utils
parent3aa003de5ae23ce75ba2dcb12ace0f72f715adf5 (diff)
downloadjustbuild-2274627436257c28a82cedec28e18398a517b51d.tar.gz
test: Use own installed just and just-mr targets...
...which do not stage also the debug source and header files (while in debug mode), as this is unnecessary bloat in the tests. As the tool-under-test and mr-tool-under-test targets should be used instead of the regular install targets also in the various extra rules in end-to-end and utils, move their definition in the outmost test TARGETS file.
Diffstat (limited to 'test/utils')
-rw-r--r--test/utils/remote_execution/RULES2
-rw-r--r--test/utils/serve_service/RULES2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/remote_execution/RULES b/test/utils/remote_execution/RULES
index 059f707a..290b04d2 100644
--- a/test/utils/remote_execution/RULES
+++ b/test/utils/remote_execution/RULES
@@ -29,7 +29,7 @@
, "implicit":
{ "defaults": [["@", "rules", "CC", "defaults"]]
, "runner": ["test_runner.py"]
- , "just": [["@", "src", "", "installed just"]]
+ , "just": [["", "tool-under-test"]]
}
, "field_doc":
{ "name":
diff --git a/test/utils/serve_service/RULES b/test/utils/serve_service/RULES
index 4766a055..5b492b6a 100644
--- a/test/utils/serve_service/RULES
+++ b/test/utils/serve_service/RULES
@@ -30,7 +30,7 @@
, "implicit":
{ "defaults": [["@", "rules", "CC", "defaults"]]
, "runner": ["test_runner.py"]
- , "just": [["@", "src", "", "installed just"]]
+ , "just": [["", "tool-under-test"]]
}
, "field_doc":
{ "name":