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/TARGETS19
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"]
}
}