nasm tests: skip asm language test on Solaris & illumos

The code in this test to make Linux system calls is not compatible
with the SunOS kernel system call conventions.
1.2
Alan Coopersmith 1 year ago committed by Nirbheek Chauhan
parent 5498f56e1f
commit 030d0fc264
  1. 2
      test cases/nasm/2 asm language/meson.build

@ -7,6 +7,8 @@ endif
if host_machine.system() == 'windows' if host_machine.system() == 'windows'
error('MESON_SKIP_TEST: this test asm is not made for Windows') error('MESON_SKIP_TEST: this test asm is not made for Windows')
elif host_machine.system() == 'sunos'
error('MESON_SKIP_TEST: this test asm is not made for Solaris or illumos')
endif endif
if meson.backend().startswith('vs') if meson.backend().startswith('vs')

Loading…
Cancel
Save