aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_examples.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_examples.py b/test/test_examples.py
index e20b47c..30a9337 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -60,6 +60,9 @@ def test_hello(tmpdir, name, options):
else:
umount(mount_process, mnt_dir)
+@pytest.mark.skipif(
+ not os.path.exists(pjoin(basename, 'example', 'passthrough_ll')),
+ reason='example not compiled')
@pytest.mark.parametrize("writeback", (False, True))
@pytest.mark.parametrize("debug", (False, True))
def test_passthrough_ll(tmpdir, writeback, debug, capfd):