summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-03-02 15:56:27 +0100
committerSimo Sorce <ssorce@redhat.com>2009-03-02 12:00:38 -0500
commit96f72fd795180846831d22ef261ccacfbfbcf25b (patch)
tree769bb87eedafc843804f11badfe5fd92ef9d1487 /server/Makefile.in
parent5e3966c99180abdcd1e21774a882f1c14c47aae8 (diff)
downloadsssd-96f72fd795180846831d22ef261ccacfbfbcf25b.tar.gz
sssd-96f72fd795180846831d22ef261ccacfbfbcf25b.tar.xz
sssd-96f72fd795180846831d22ef261ccacfbfbcf25b.zip
Make tests configurable
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index dd64b7eeb..7a576e4a1 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -83,6 +83,7 @@ MDLD_FLAGS = @MDLD_FLAGS@
HAVE_INFOPIPE = @HAVE_INFOPIPE@
HAVE_POLICYKIT = @HAVE_POLICYKIT@
+HAVE_TESTS = @HAVE_TESTS@
MEMBEROF_SOBASE=memberof.$(SHLIBEXT)
MEMBEROF_SONAME=$(MEMBEROF_SOBASE).0
@@ -118,8 +119,10 @@ ifneq (x$(HAVE_POLICYKIT), x)
endif
BINS = sbin/sssd $(LIBEXECBINS)
-TESTS = tests/sysdb-tests tests/infopipe-tests
-TESTS_DATA = tests/tests.ldb tests/tests_conf.ldb tests/introspect.ref
+ifneq (x$(HAVE_TESTS), x)
+ TESTS = tests/sysdb-tests tests/infopipe-tests
+ TESTS_DATA = tests/tests.ldb tests/tests_conf.ldb tests/introspect.ref
+endif
SOLIBS = lib/$(PROXY_BE_SOLIB) lib/$(LDAP_BE_SOLIB)
LDBLIBS = lib/$(MEMBEROF_SOLIB)