| 1 | # an extra target to workaround meson limitation on output files location |
| 2 | test_qapi_outputs_extra = [ |
| 3 | 'test-qapi-commands-sub-module.c', |
| 4 | 'test-qapi-commands-sub-module.h', |
| 5 | 'test-qapi-events-sub-module.c', |
| 6 | 'test-qapi-events-sub-module.h', |
| 7 | 'test-qapi-types-sub-module.c', |
| 8 | 'test-qapi-types-sub-module.h', |
| 9 | 'test-qapi-visit-sub-module.c', |
| 10 | 'test-qapi-visit-sub-module.h', |
| 11 | ] |
| 12 | |
| 13 | test_qapi_files_extra = custom_target('QAPI test (include)', |
| 14 | output: test_qapi_outputs_extra, |
| 15 | input: test_qapi_files, |
| 16 | command: [python, '-c', '']) |