From 3419901f653f71fb36a9af3fd8094563c960d4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 3 Apr 2020 04:49:47 +0200 Subject: [PATCH] build: Don't add the utils tests under the daemon suite --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 289958a..495acbc 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -38,7 +38,7 @@ foreach t: tests fprintd, fprintd_utils, ], - 'suite': ['daemon'], + 'suite': [t == 'fprintd' ? 'daemon' : ''], } ] endforeach