blob: 16b21a0683727f66738ee38b78ffc74c926c057a [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From f5f313915d78bc43eb96e2aafb8ce3cda304c277 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Mon, 26 Feb 2018 17:27:56 +0800
4Subject: [PATCH 19/31] Do not enable nss tests if nss-systemd is not enabled
5
6Upstream-Status: Pending
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10---
11 src/test/meson.build | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/src/test/meson.build b/src/test/meson.build
15index 1db8aa107..df3a1f5c5 100644
16--- a/src/test/meson.build
17+++ b/src/test/meson.build
18@@ -646,7 +646,7 @@ tests += [
19 [['src/test/test-nss.c'],
20 [],
21 [libdl],
22- '', 'manual'],
23+ 'ENABLE_NSS_SYSTEMD', 'manual'],
24 ]
25
26 ############################################################
27--
282.13.0
29