Skip to content

Commit d804624

Browse files
committed
nasm: Try to add skip test clause
1 parent 3718de9 commit d804624

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test cases/nasm/3 nasm only/meson.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
project('nasm only', 'nasm')
1+
project('nasm only')
2+
3+
if not add_languages('nasm', required: false)
4+
error('MESON_SKIP_TEST: nasm not found')
5+
endif
26

37
sources = files('dummy.asm')
48

0 commit comments

Comments
 (0)