diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-31 15:00:10 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-31 15:43:04 +0100 |
| commit | c64d80cf2fa94c458e4fc528723bb7ed11daa3a0 (patch) | |
| tree | 323783daca80785a9f49c747c67a55208b5b64d0 /test cases/rewrite | |
| parent | 8bb942ef25c40014ca952e26fc70f927ab1694ff (diff) | |
| download | meson-c64d80cf2fa94c458e4fc528723bb7ed11daa3a0.tar.gz | |
Renamed operation test -> info
Diffstat (limited to 'test cases/rewrite')
| -rw-r--r-- | test cases/rewrite/1 basic/addSrc.json | 18 | ||||
| -rw-r--r-- | test cases/rewrite/1 basic/info.json | 18 | ||||
| -rw-r--r-- | test cases/rewrite/1 basic/rmSrc.json | 18 | ||||
| -rw-r--r-- | test cases/rewrite/2 subdirs/addSrc.json | 2 | ||||
| -rw-r--r-- | test cases/rewrite/2 subdirs/info.json | 2 |
5 files changed, 29 insertions, 29 deletions
diff --git a/test cases/rewrite/1 basic/addSrc.json b/test cases/rewrite/1 basic/addSrc.json index 1a504bff2..9d6dafd64 100644 --- a/test cases/rewrite/1 basic/addSrc.json +++ b/test cases/rewrite/1 basic/addSrc.json @@ -44,46 +44,46 @@ { "type": "target", "target": "trivialprog1", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog2", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog3", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog4", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog5", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog6", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog7", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog8", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog9", - "operation": "test" + "operation": "info" } ] diff --git a/test cases/rewrite/1 basic/info.json b/test cases/rewrite/1 basic/info.json index 927118590..c791c8fbf 100644 --- a/test cases/rewrite/1 basic/info.json +++ b/test cases/rewrite/1 basic/info.json @@ -2,46 +2,46 @@ { "type": "target", "target": "trivialprog1", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "exe2", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog3", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "exe4", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog5", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "exe6", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog7", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "exe8", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog9", - "operation": "test" + "operation": "info" } ] diff --git a/test cases/rewrite/1 basic/rmSrc.json b/test cases/rewrite/1 basic/rmSrc.json index a8559a570..86880a9bb 100644 --- a/test cases/rewrite/1 basic/rmSrc.json +++ b/test cases/rewrite/1 basic/rmSrc.json @@ -38,46 +38,46 @@ { "type": "target", "target": "trivialprog1", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog2", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog3", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog4", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog5", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog6", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog7", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog8", - "operation": "test" + "operation": "info" }, { "type": "target", "target": "trivialprog9", - "operation": "test" + "operation": "info" } ] diff --git a/test cases/rewrite/2 subdirs/addSrc.json b/test cases/rewrite/2 subdirs/addSrc.json index 017476c60..1a5c13ee3 100644 --- a/test cases/rewrite/2 subdirs/addSrc.json +++ b/test cases/rewrite/2 subdirs/addSrc.json @@ -8,6 +8,6 @@ { "type": "target", "target": "something", - "operation": "test" + "operation": "info" } ] diff --git a/test cases/rewrite/2 subdirs/info.json b/test cases/rewrite/2 subdirs/info.json index 01733333f..7075fa895 100644 --- a/test cases/rewrite/2 subdirs/info.json +++ b/test cases/rewrite/2 subdirs/info.json @@ -2,6 +2,6 @@ { "type": "target", "target": "something", - "operation": "test" + "operation": "info" } ] |
