summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-05 21:57:44 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:23 +0100
commitf3c0a6c4595fbed708804fa5b36fdae0d10ce410 (patch)
tree118583698ce69f7a4f87fc5108d85e9e8774af34 /source4/lib/ldb/Makefile.in
parent61b5dce0e617c3f1f7f30829f3a70b4a20237110 (diff)
downloadsamba-f3c0a6c4595fbed708804fa5b36fdae0d10ce410.tar.gz
samba-f3c0a6c4595fbed708804fa5b36fdae0d10ce410.tar.bz2
samba-f3c0a6c4595fbed708804fa5b36fdae0d10ce410.zip
r25844: Enable soloading by default.
(This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index eff58e4d52..4a440e205a 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -167,12 +167,12 @@ distclean: clean
realdistclean: distclean
rm -f configure.in include/config.h.in
-check:: test
+check:: test check-soloading
check-soloading: sample_module.$(SHLIBEXT)
LDB_MODULES_PATH=$(builddir) $(srcdir)/tests/test-soloading.sh
-test: all
+test: all check-soloading
for t in $(TESTS); do echo STARTING $${t}; $(srcdir)/tests/$${t} || exit 1; done
valgrindtest: all