summaryrefslogtreecommitdiff
path: root/test cases/rewrite/1 basic/info.json
diff options
context:
space:
mode:
authorVolker Weißmann <volker.weissmann@gmx.de>2025-03-24 18:23:56 +0100
committerDylan Baker <dylan@pnwbakers.com>2025-05-29 09:20:27 -0700
commitcab5c8e2b73fc6084ead0f6bf61a649e0c4be1f5 (patch)
treee093fcdab64ebe07b05a422e774486f2cc404462 /test cases/rewrite/1 basic/info.json
parentf042e82e6a5c18f7863cd14bf717d3d021f0c0d7 (diff)
downloadmeson-cab5c8e2b73fc6084ead0f6bf61a649e0c4be1f5.tar.gz
rewriter: Rewrite how we add/remove source files
Change the semantics of IntrospectionBuildTarget.source_nodes and IntrospectionBuildTarget.extra_files . The rewriter and the static introspection tool used to be very broken, now it is *less* broken, hence we add some tests in this commit. Fixes #11763
Diffstat (limited to 'test cases/rewrite/1 basic/info.json')
-rw-r--r--test cases/rewrite/1 basic/info.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/test cases/rewrite/1 basic/info.json b/test cases/rewrite/1 basic/info.json
index 0f1a3bd8c..9977f5a87 100644
--- a/test cases/rewrite/1 basic/info.json
+++ b/test cases/rewrite/1 basic/info.json
@@ -53,5 +53,25 @@
"type": "target",
"target": "trivialprog10",
"operation": "info"
+ },
+ {
+ "type": "target",
+ "target": "trivialprog11",
+ "operation": "info"
+ },
+ {
+ "type": "target",
+ "target": "trivialprog12",
+ "operation": "info"
+ },
+ {
+ "type": "target",
+ "target": "trivialprog13",
+ "operation": "info"
+ },
+ {
+ "type": "target",
+ "target": "rightName",
+ "operation": "info"
}
]