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