summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c415bf4..d671ba5 100644
--- a/meson.build
+++ b/meson.build
@@ -20,6 +20,10 @@ gentoo_utils = static_library(
link_with: [thiserror],
)
+if get_option('test').enabled()
+ rust.test('unittests', gentoo_utils)
+endif
+
if get_option('fuzz').enabled()
subdir('fuzz')
endif