diff options
| author | Volker Weißmann <volker.weissmann@gmx.de> | 2025-03-24 18:23:56 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-05-29 09:20:27 -0700 |
| commit | cab5c8e2b73fc6084ead0f6bf61a649e0c4be1f5 (patch) | |
| tree | e093fcdab64ebe07b05a422e774486f2cc404462 /test cases/rewrite/1 basic/info.json | |
| parent | f042e82e6a5c18f7863cd14bf717d3d021f0c0d7 (diff) | |
| download | meson-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.json | 20 |
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" } ] |
