diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-15 14:47:15 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-17 16:27:50 +0100 |
commit | ebe7695ee5803dd3c2bb4f22f5e12d776c985d56 (patch) | |
tree | 9aca606caff43ed369d6afafa75a09ff5388c251 /test/utils/cpp/TARGETS | |
parent | b6a4271feaa2ed9eaa553189183a74cb28c4b5fd (diff) | |
download | justbuild-ebe7695ee5803dd3c2bb4f22f5e12d776c985d56.tar.gz |
structure cleanup: move libcurl utilities to other_tools...
...in order to not include unwanted dependencies in just proper.
As the whole other_tools folder is meant to be excluded from
bootstrapping, also remove the bootstrap guards.
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 05e344cd..9da792dc 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -9,26 +9,6 @@ ] , "stage": ["test", "utils", "cpp"] } -, "curl_usage_install": - { "type": ["@", "rules", "CC", "binary"] - , "tainted": ["test"] - , "name": ["curl_usage"] - , "srcs": ["curl_usage.test.cpp"] - , "private-deps": - [ ["@", "catch2", "", "catch2"] - , ["test", "catch-main"] - , ["src/utils/cpp", "curl_context"] - , ["src/utils/cpp", "curl_easy_handle"] - , ["src/buildtool/file_system", "file_system_manager"] - ] - , "stage": ["test", "utils", "cpp"] - } -, "curl_usage_test": - { "type": ["@", "rules", "shell/test", "script"] - , "name": ["curl_usage_test"] - , "test": ["curl_usage_test.sh"] - , "deps": [["test/utils", "test_utils_install"], "curl_usage_install"] - } , "file_locking": { "type": ["@", "rules", "CC/test", "test"] , "name": ["file_locking"] @@ -43,8 +23,5 @@ , "stage": ["test", "utils", "cpp"] } , "TESTS": - { "type": "install" - , "tainted": ["test"] - , "deps": ["path", "curl_usage_test", "file_locking"] - } + {"type": "install", "tainted": ["test"], "deps": ["path", "file_locking"]} } |