[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-775-g28539f4

Jelmer Vernooij jelmer at samba.org
Tue Feb 12 12:51:23 GMT 2008


The branch, v4-0-test has been updated
       via  28539f48e6ad37a6436e6f2c6733ee1fcbc6567f (commit)
      from  deb1dae2dabad3d74a1c6adf2c0b0d56917cca83 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 28539f48e6ad37a6436e6f2c6733ee1fcbc6567f
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Feb 12 13:51:03 2008 +0100

    Support using shared library during testsuite run if tdb was built with a shared lib internally.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/tdb/tdb.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/tdb/tdb.mk b/source/lib/tdb/tdb.mk
index 5cf0d5b..d0f9815 100644
--- a/source/lib/tdb/tdb.mk
+++ b/source/lib/tdb/tdb.mk
@@ -25,8 +25,8 @@ bin/tdbdump$(EXEEXT): tools/tdbdump.o $(TDB_LIB)
 bin/tdbbackup$(EXEEXT): tools/tdbbackup.o $(TDB_LIB)
 	$(CC) $(CFLAGS) $(LDFLAGS) -o bin/tdbbackup tools/tdbbackup.o -L. -ltdb
 
-test:: bin/tdbtorture$(EXEEXT)
-	bin/tdbtorture$(EXEEXT)
+test:: bin/tdbtorture$(EXEEXT) $(SONAME)
+	$(LIB_PATH_VAR)=. bin/tdbtorture$(EXEEXT)
 
 clean:: 
 	rm -f test.db test.tdb torture.tdb test.gdbm


-- 
Samba Shared Repository


More information about the samba-cvs mailing list