summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/include-nested-err.err
Commit message (Collapse)AuthorAgeFilesLines
* qapi: Fix file name in error messages for included filesMarkus Armbruster2015-06-181-1/+1
| | | | | | | | | We print the name as it appears in the include expression. Tools processing error messages want it relative to the working directory. Make it so. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
* qapi: Add a primitive to include other files from a QAPI schema fileLluís Vilanova2014-05-081-0/+2
The primitive uses JSON syntax, and include paths are relative to the file using the directive: { 'include': 'path/to/file.json' } Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>