From f3c0a6c4595fbed708804fa5b36fdae0d10ce410 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 5 Nov 2007 21:57:44 +0100 Subject: r25844: Enable soloading by default. (This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6) --- source4/lib/ldb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb') 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 -- cgit