diff options
Diffstat (limited to 'tests/qapi-schema/sub-sub-module.json')
-rw-r--r-- | tests/qapi-schema/sub-sub-module.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qapi-schema/sub-sub-module.json b/tests/qapi-schema/sub-sub-module.json new file mode 100644 index 000000000..94f36ec0b --- /dev/null +++ b/tests/qapi-schema/sub-sub-module.json @@ -0,0 +1,7 @@ +# *-*- Mode: Python -*-* +# vim: filetype=python + +# Sub-module of sub-module include/sub-module.json of qapi-schema-test.json + +{ 'enum': 'Status', + 'data': [ 'good', 'bad', 'ugly' ] } |