Revert "Disable broken asm test on Cygwin as nobody knows how to fix it."

This reverts commit 56a0e74d71.
pull/8786/head
Jon Turney 4 years ago
parent 619e05c8cf
commit 1694e4ceca
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
  1. 4
      test cases/common/127 generated assembly/meson.build

@ -2,10 +2,6 @@ project('generated assembly', 'c')
cc = meson.get_compiler('c')
if build_machine.system() == 'cygwin'
error('MESON_SKIP_TEST: Cygwin is broken and nobody knows how to fix it. Patches welcome.')
endif
if ['msvc', 'intel-cl'].contains(cc.get_id())
error('MESON_SKIP_TEST: assembly files cannot be compiled directly by the compiler')
endif

Loading…
Cancel
Save