meson.build 165 B

12345
  1. if stap.found()
  2. install_data('qemu-trace-stap', install_dir: get_option('bindir'))
  3. endif
  4. test('xml-preprocess', files('xml-preprocess-test.py'), suite: ['unit'])