aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 3329216..9f6f409 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -22,6 +22,9 @@ td += executable('test_want_conversion', 'test_want_conversion.c',
td += executable('test_signals', 'test_signals.c',
dependencies: [ libfuse_dep, thread_dep ],
install: false)
+td += executable('test_abi', 'test_abi.c',
+ dependencies: [ libfuse_dep ],
+ install: false)
test_scripts = [ 'conftest.py', 'pytest.ini', 'test_examples.py',
'util.py', 'test_ctests.py', 'test_custom_io.py' ]