r25844: Enable soloading by default.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 5 Nov 2007 20:57:44 +0000 (21:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:44:23 +0000 (05:44 +0100)
source/lib/ldb/Makefile.in

index eff58e4d526871f3d9de7e5b873bf739dfc6ed90..4a440e205a45429a0b95b9bd434e4a070d48bf93 100644 (file)
@@ -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