summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 8aabd2f07..69f74a368 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -133,7 +133,7 @@ TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd sbin/sss_groupde
BINS = sbin/sssd $(LIBEXECBINS) $(TOOLSBINS)
ifneq (x$(HAVE_TESTS), x)
- TESTS = tests/sysdb-tests tests/infopipe-tests
+ TESTS = tests/sysdb-tests tests/infopipe-tests tests/stress-tests
TESTS_DATA = tests/tests.ldb tests/tests_conf.ldb tests/introspect.ref
endif