diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-11-02 16:51:52 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | 2e5667ddb209baeceaeee82cd8a72bb7198fe874 (patch) | |
tree | 2fa9f57b104204beaff1c725a5ad85a743138276 /test/utils/cpp/TARGETS | |
parent | cea4e40ebd3a14f3075c11bb16abbcbeae0c1718 (diff) | |
download | justbuild-2e5667ddb209baeceaeee82cd8a72bb7198fe874.tar.gz |
Test: Upd libarchive tests with wrapper class
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index e53e74d4..0b9e6518 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -39,6 +39,7 @@ , ["test", "catch-main"] , ["src/buildtool/file_system", "file_system_manager"] , ["", "libarchive"] + , ["src/utils/cpp", "archive_ops"] ] } , "TESTS": |