From c79221225909cf33c9b38deda310a9b8cfee0c85 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 5 Jun 2024 14:19:29 +0200 Subject: Add test verifying cache consistency if some targets are served ... but not all. Also in this case, if an target-level cache entry is written, the dependencies have to be written as well. --- test/end-to-end/target-cache/data/TARGETS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/end-to-end/target-cache/data/TARGETS') diff --git a/test/end-to-end/target-cache/data/TARGETS b/test/end-to-end/target-cache/data/TARGETS index d04fc3aa..d449bc81 100644 --- a/test/end-to-end/target-cache/data/TARGETS +++ b/test/end-to-end/target-cache/data/TARGETS @@ -1,4 +1,6 @@ { "greetlib": {"type": "install", "dirs": [[["TREE", null, "./greetlib"], "."]]} , "pydicts": {"type": "install", "dirs": [[["TREE", null, "./pydicts"], "."]]} +, "lib with generated hdr": + {"type": "install", "dirs": [[["TREE", null, "./samplelib"], "."]]} } -- cgit v1.2.3