[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-984-g5f50519

Günther Deschner gd at samba.org
Wed Jan 2 12:27:31 GMT 2008


The branch, v3-2-test has been updated
       via  5f5051911c25772c7fb4ff41fca0aafae371ae4f (commit)
      from  9a58cd57953d6aead14789daa47a3badef19496d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 5f5051911c25772c7fb4ff41fca0aafae371ae4f
Author: Günther Deschner <gd at samba.org>
Date:   Wed Jan 2 13:22:19 2008 +0100

    Add test_shlibs to Makefile.
    
    Guenther

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

Summary of changes:
 source/Makefile.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 01f2988..dfb3734 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2129,6 +2129,14 @@ Makefile: $(srcdir)/Makefile.in config.status
 ######################################################################
 # Samba Testing Framework
 
+# Check shared libs for unresolved symbols
+test_shlibs: $(SHLIBS)
+	@echo "Testing $(SHLIBS) "
+	@for module in $(SHLIBS); do \
+		./script/tests/dlopen.sh bin/$${module}. at SHLIBEXT@ \
+			|| exit 1; \
+	done
+
 # Check for NSS module problems.
 test_nss_modules: nss_modules
 	@echo "Testing $(NSS_MODULES) "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list