diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-04-14 13:53:45 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-27 09:00:02 -0400 |
commit | 4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6 (patch) | |
tree | 583f217758e8bef902fab29676d92b83b5df34ce /server/Makefile.in | |
parent | 567612e262c69d71f66f9b2b62b6f8e2839d91b5 (diff) | |
download | sssd-4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6.tar.gz sssd-4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6.tar.bz2 sssd-4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6.zip |
Stress test
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 8aabd2f0..69f74a36 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 |