diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-23 12:24:29 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-10 09:38:39 +0100 |
commit | 1bfb2a4aff15606b0cea4af7704483bfe474b092 (patch) | |
tree | 0bc46e6fcafd7dd2f154d1cd6a729a98d520915f /test/buildtool/graph_traverser | |
parent | d438cc5f81f1a13c6fffd874be7e72201a7b65bd (diff) | |
download | justbuild-1bfb2a4aff15606b0cea4af7704483bfe474b092.tar.gz |
Switch CC tests depending on remote execution
... to bring their own remote-execution endpoint.
Diffstat (limited to 'test/buildtool/graph_traverser')
-rw-r--r-- | test/buildtool/graph_traverser/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/graph_traverser/TARGETS b/test/buildtool/graph_traverser/TARGETS index 302c68e0..db9d532e 100644 --- a/test/buildtool/graph_traverser/TARGETS +++ b/test/buildtool/graph_traverser/TARGETS @@ -26,7 +26,7 @@ , "stage": ["test", "buildtool", "graph_traverser"] } , "graph_traverser_remote": - { "type": ["@", "rules", "CC/test", "test"] + { "type": ["test/utils/remote_execution", "CC test"] , "name": ["graph_traverser_remote"] , "srcs": ["graph_traverser_remote.test.cpp"] , "data": ["test_data"] |