diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-19 13:41:30 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-21 14:46:30 +0100 |
commit | 20c15bec3ee004ca7ab84a44b7c65e2ed9be4181 (patch) | |
tree | d924a887d06dd155a8c40ffd6cb077d4b3fe87ac /test/utils/cpp/TARGETS | |
parent | ab18d68096d73b47bd094448f4ebb18868bd6fc4 (diff) | |
download | justbuild-20c15bec3ee004ca7ab84a44b7c65e2ed9be4181.tar.gz |
IncrementalReader: Test reading from files
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 9a809b47..c7ef6b21 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -45,9 +45,26 @@ ] , "stage": ["test", "utils", "cpp"] } +, "incremental_reader": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["incremental_reader"] + , "srcs": ["incremental_reader.test.cpp"] + , "private-deps": + [ ["@", "catch2", "", "catch2"] + , ["@", "src", "src/buildtool/storage", "config"] + , ["@", "src", "src/utils/cpp", "expected"] + , ["@", "src", "src/utils/cpp", "incremental_reader"] + , ["@", "src", "src/utils/cpp", "tmp_dir"] + , ["", "catch-main"] + , ["utils", "large_object_utils"] + , ["utils", "test_storage_config"] + ] + , "stage": ["test", "utils", "cpp"] + } , "TESTS": { "type": ["@", "rules", "test", "suite"] , "stage": ["cpp"] - , "deps": ["file_locking", "path", "path_rebase", "prefix"] + , "deps": + ["file_locking", "incremental_reader", "path", "path_rebase", "prefix"] } } |