aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/sub-sub-module.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/sub-sub-module.json')
-rw-r--r--tests/qapi-schema/sub-sub-module.json6
1 files changed, 6 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 0000000000..524ef9b83f
--- /dev/null
+++ b/tests/qapi-schema/sub-sub-module.json
@@ -0,0 +1,6 @@
+# *-*- Mode: Python -*-*
+
+# Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
+
+{ 'enum': 'Status',
+ 'data': [ 'good', 'bad', 'ugly' ] }