cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

meson.build (634B)


      1# an extra target to workaround meson limitation on output files location
      2test_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
     13test_qapi_files_extra = custom_target('QAPI test (include)',
     14                                      output: test_qapi_outputs_extra,
     15                                      input: test_qapi_files,
     16                                      command: 'true')