diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 2a31887..2f10fbb 100644 --- a/meson.build +++ b/meson.build @@ -184,6 +184,7 @@ sequential_tests = [ threaded_tests = [ 'test_ring', 'test_sem', + 'test_thread', ] if not get_option('tests').disabled() and not meson.is_subproject() |