]> Git Repo - qemu.git/blob - tests/include/meson.build
tests/acpi: add new unit test to test hotplug off/on feature on the root pci bus
[qemu.git] / tests / include / meson.build
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_outputs_extra = custom_target('QAPI test (include)',
14                                         output: test_qapi_outputs_extra,
15                                         input: test_qapi_files,
16                                         command: 'true')
This page took 0.025979 seconds and 4 git commands to generate.