From 4e0c3d5ee856dfc2568d4348fc48a9eb975c66f6 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 14 Apr 2009 13:53:45 +0200 Subject: Stress test --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/Makefile.in') 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 -- cgit