diff options
Diffstat (limited to 'meson/test cases/rewrite/1 basic/info.json')
-rw-r--r-- | meson/test cases/rewrite/1 basic/info.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/meson/test cases/rewrite/1 basic/info.json b/meson/test cases/rewrite/1 basic/info.json new file mode 100644 index 000000000..0f1a3bd8c --- /dev/null +++ b/meson/test cases/rewrite/1 basic/info.json @@ -0,0 +1,57 @@ +[ + { + "type": "target", + "target": "trivialprog0", + "operation": "info" + }, + { + "type": "target", + "target": "trivialprog1", + "operation": "info" + }, + { + "type": "target", + "target": "exe2", + "operation": "info" + }, + { + "type": "target", + "target": "trivialprog3", + "operation": "info" + }, + { + "type": "target", + "target": "exe4", + "operation": "info" + }, + { + "type": "target", + "target": "trivialprog5", + "operation": "info" + }, + { + "type": "target", + "target": "exe6", + "operation": "info" + }, + { + "type": "target", + "target": "trivialprog7", + "operation": "info" + }, + { + "type": "target", + "target": "exe8", + "operation": "info" + }, + { + "type": "target", + "target": "trivialprog9", + "operation": "info" + }, + { + "type": "target", + "target": "trivialprog10", + "operation": "info" + } +] |