summaryrefslogtreecommitdiff
path: root/test/utils/cpp/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r--test/utils/cpp/TARGETS16
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"]
}
}