summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/cwrap/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am
index 28d60e7f5..d1f0e9e1b 100644
--- a/src/tests/cwrap/Makefile.am
+++ b/src/tests/cwrap/Makefile.am
@@ -42,10 +42,10 @@ check_PROGRAMS =
if HAVE_CMOCKA
if HAVE_NSS_WRAPPER
if HAVE_UID_WRAPPER
-check_PROGRAMS = \
- become_user-tests \
- server-tests \
- $(NULL)
+check_PROGRAMS += \
+ become_user-tests \
+ server-tests \
+ $(NULL)
endif # HAVE_UID_WRAPPER
endif # HAVE_NSS_WRAPPER
endif # HAVE_CMOCKA