From 6b0d363b6a5461471c98611b63b7fb172a8e25e8 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 25 Aug 2017 09:46:50 +0200 Subject: examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests. --- example/meson.build | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'example') diff --git a/example/meson.build b/example/meson.build index de2de42..8440e00 100644 --- a/example/meson.build +++ b/example/meson.build @@ -1,13 +1,15 @@ -# Attention, emacs, please use -*- mode: python -*- -# (even though this isn't actually Python code) - examples = [ 'passthrough', 'passthrough_fh', - 'null', 'hello', 'hello_ll', 'printcap', - 'ioctl', 'ioctl_client', 'poll_client', + 'hello', 'hello_ll', 'printcap', + 'ioctl_client', 'poll_client', 'cuse', 'cuse_client' ] if not platform.endswith('bsd') - examples += 'passthrough_ll' + examples += 'passthrough_ll' + + # Is this really not supported? We should check with + # the FreeBSD guys, maybe we're just doing something + # wrong. + examples += [ 'null', 'ioctl' ] endif threaded_examples = [ 'notify_inval_inode', -- cgit v1.2.3