You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
656 B

  1. --- a/meson.build
  2. +++ b/meson.build
  3. @@ -2297,10 +2297,6 @@ specific_ss.add_all(when: 'CONFIG_BSD_US
  4. linux_user_ss.add(files('gdbstub.c', 'thunk.c'))
  5. specific_ss.add_all(when: 'CONFIG_LINUX_USER', if_true: linux_user_ss)
  6. -# needed for fuzzing binaries
  7. -subdir('tests/qtest/libqos')
  8. -subdir('tests/qtest/fuzz')
  9. -
  10. # accel modules
  11. tcg_real_module_ss = ss.source_set()
  12. tcg_real_module_ss.add_all(when: 'CONFIG_TCG_MODULAR', if_true: tcg_module_ss)
  13. @@ -2780,10 +2776,6 @@ subdir('scripts')
  14. subdir('tools')
  15. subdir('pc-bios')
  16. subdir('docs')
  17. -subdir('tests')
  18. -if gtk.found()
  19. - subdir('po')
  20. -endif
  21. if host_machine.system() == 'windows'
  22. nsis_cmd = [