From 20c15bec3ee004ca7ab84a44b7c65e2ed9be4181 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Wed, 19 Feb 2025 13:41:30 +0100 Subject: IncrementalReader: Test reading from files --- test/utils/cpp/TARGETS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'test/utils/cpp/TARGETS') 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"] } } -- cgit v1.2.3