Skip to content
  • Adam Duskett's avatar
    Only build tests if certain conditions are met. · e7b0d89a
    Adam Duskett authored and Philip Withnall's avatar Philip Withnall committed
    Currently, there is no way to prevent tests from building using meson.
    When cross-compiling, building the tests isn't necessary.
    
    Instead, only build the tests on the following conditions:
    1) If not cross-compiling.
    2) If cross-compiling, and there is an exe wrapper.
    e7b0d89a