aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ctests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ctests.py')
-rw-r--r--test/test_ctests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_ctests.py b/test/test_ctests.py
index feefc07..36b5ff3 100644
--- a/test/test_ctests.py
+++ b/test/test_ctests.py
@@ -20,6 +20,10 @@ import os.path
pytestmark = fuse_test_marker()
+def test_abi():
+ cmdline = [ pjoin(basename, 'test', 'test_abi') ]
+ subprocess.check_call(cmdline)
+
@pytest.mark.skipif('FUSE_CAP_WRITEBACK_CACHE' not in fuse_caps,
reason='not supported by running kernel')
@pytest.mark.parametrize("writeback", (False, True))