diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-15 13:07:27 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-17 16:27:50 +0100 |
commit | b6a4271feaa2ed9eaa553189183a74cb28c4b5fd (patch) | |
tree | 24579aa62eb1bdf537eb9943305ac2b16b2b63d7 /test/utils/cpp/TARGETS | |
parent | 307da10caa951c5e8d6d6f256ee3d81a66ed6bb3 (diff) | |
download | justbuild-b6a4271feaa2ed9eaa553189183a74cb28c4b5fd.tar.gz |
structure cleanup: move libarchive 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 | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 9dc5f83b..05e344cd 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -29,20 +29,6 @@ , "test": ["curl_usage_test.sh"] , "deps": [["test/utils", "test_utils_install"], "curl_usage_install"] } -, "archive_usage": - { "type": ["@", "rules", "CC/test", "test"] - , "tainted": ["test"] - , "name": ["archive_usage"] - , "srcs": ["archive_usage.test.cpp"] - , "private-deps": - [ ["@", "catch2", "", "catch2"] - , ["test", "catch-main"] - , ["src/buildtool/file_system", "file_system_manager"] - , ["", "libarchive"] - , ["src/utils/cpp", "archive_ops"] - ] - , "stage": ["test", "utils", "cpp"] - } , "file_locking": { "type": ["@", "rules", "CC/test", "test"] , "name": ["file_locking"] @@ -59,6 +45,6 @@ , "TESTS": { "type": "install" , "tainted": ["test"] - , "deps": ["path", "curl_usage_test", "archive_usage", "file_locking"] + , "deps": ["path", "curl_usage_test", "file_locking"] } } |