[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Dec 18 09:27:58 MST 2013


The branch, master has been updated
       via  a5bea85 tests: Load nss_wrapper for test_nwrap_disabled().
      from  42c96a9 nwrap: Only compile nwrap_getgrouplist if supported.

http://gitweb.samba.org/?p=nss_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a5bea85e9bd1a7f8380da2517e60415267258925
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Dec 18 17:27:17 2013 +0100

    tests: Load nss_wrapper for test_nwrap_disabled().
    
    We want to test the direct libc calls inside nss_wrapper.

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

Summary of changes:
 tests/CMakeLists.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2f40998..df76bb2 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -29,3 +29,8 @@ endforeach()
 
 # Test nwrap without wrapping so the libc functions are called
 add_cmocka_test(test_nwrap_disabled test_nwrap_disabled.c ${TESTSUITE_LIBRARIES})
+set_property(
+    TEST
+        test_nwrap_disabled
+    PROPERTY
+        ENVIRONMENT LD_PRELOAD=${CMAKE_BINARY_DIR}/src/libnss_wrapper.so)


-- 
NSS Wrapper Repository


More information about the samba-cvs mailing list