Author: jelmer Date: 2007-11-05 21:57:44 +0000 (Mon, 05 Nov 2007) New Revision: 25844
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25844 Log: Enable soloading by default. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/lib/ldb/Makefile.in Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/Makefile.in 2007-11-05 21:57:39 UTC (rev 25843) +++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in 2007-11-05 21:57:44 UTC (rev 25844) @@ -167,12 +167,12 @@ 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
