diff options
| author | Paolo Bonzini | 2020-10-14 13:20:17 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-10-17 16:45:50 +0200 |
| commit | 97d6efd0a3f3a08942de6c2aee5d2983c54ca84c (patch) | |
| tree | cad0fbde9dc17814866eab33232841a5f9a85366 /tests/include | |
| parent | make: run shell with pipefail (diff) | |
| download | qemu-97d6efd0a3f3a08942de6c2aee5d2983c54ca84c.tar.gz qemu-97d6efd0a3f3a08942de6c2aee5d2983c54ca84c.tar.xz qemu-97d6efd0a3f3a08942de6c2aee5d2983c54ca84c.zip | |
tests: add missing generated sources to testqapi
Ninja notices them due to a different order in visiting the graph.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/meson.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/include/meson.build b/tests/include/meson.build index fea3a6342f..9abba308fa 100644 --- a/tests/include/meson.build +++ b/tests/include/meson.build @@ -10,7 +10,7 @@ test_qapi_outputs_extra = [ 'test-qapi-visit-sub-module.h', ] -test_qapi_outputs_extra = custom_target('QAPI test (include)', - output: test_qapi_outputs_extra, - input: test_qapi_files, - command: 'true') +test_qapi_files_extra = custom_target('QAPI test (include)', + output: test_qapi_outputs_extra, + input: test_qapi_files, + command: 'true') |
