summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-04-14 13:53:45 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-04-27 09:00:02 -0400
commit4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6 (patch)
tree583f217758e8bef902fab29676d92b83b5df34ce /server/Makefile.in
parent567612e262c69d71f66f9b2b62b6f8e2839d91b5 (diff)
downloadsssd-4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6.tar.gz
sssd-4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6.tar.xz
sssd-4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6.zip
Stress test
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