diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-10-24 18:33:49 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | f9bcf7a1cdcb08e8283cd4062ec114f050bd4ccd (patch) | |
tree | e9ffab05beaed8054e870e19dd75008c30a3447d /test/utils/cpp/TARGETS | |
parent | 2170542fd6a76ee7ee2bc20791c85f7e2b3a0399 (diff) | |
download | justbuild-f9bcf7a1cdcb08e8283cd4062ec114f050bd4ccd.tar.gz |
Test: Add basic tests for libarchive
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 48676a54..e53e74d4 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -29,6 +29,21 @@ , "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"] + ] + } , "TESTS": - {"type": "install", "tainted": ["test"], "deps": ["path", "curl_usage_test"]} + { "type": "install" + , "tainted": ["test"] + , "deps": ["path", "curl_usage_test", "archive_usage"] + } } |