src: use LIBC_SO and LIBNSL_SO from GNU libc, if available
[nss_wrapper.git] / tests / CMakeLists.txt
2023-02-17 Andreas Schneidercmake: Fix cmocka >= 1.1.6 find_package() in CONFIG...
2023-01-25 Andreas Schneidercmake: We need to link nss_nwrap against nss_utils
2023-01-24 Pavel Filipenskýtests: Add test_initgroups
2023-01-24 Pavel Filipenskýnwrap,tests: Use nwrap_gr_copy_r() from lib nss_utils
2022-11-04 Andreas Schneidertests: Disable deep binding with ThreadSanitizer
2020-04-02 Andreas Schneidertests: Add a basic test to check if the NSS module...
2019-02-28 Andreas Schneidergitlab-ci: Setup CI for nss_wrapper
2019-02-28 Andreas Schneidercmake: Do not run test_nwrap_disabled with sanitizers
2019-02-28 Andreas Schneidercmake: Use target_include_directories()
2019-02-28 Andreas Schneidercmake: Update AddCMockaTest.cmake
2019-02-28 Andreas Schneidercmake: Support running the tests with AddressSanitizer
2019-02-28 Andreas Schneidercmake: Improve checks for compiler flags
2015-10-07 Robin HackTESTS: Add new test which checks multithread support.
2015-10-07 Robin Hacknwrap: Add nwrap vector memory management functions
2015-10-06 Andreas Schneidertests: Only run shadow test when shadow.h is available
2015-10-05 Andreas Schneidertests: Add test for getspnam() function
2014-03-13 Andreas Schneidertests: Add test_gethostent.
2014-02-04 Andreas Schneidercmake: Use NSS_WRAPPER_LOCATION.
2013-12-20 Andreas Schneidercmake: Fix the env name for the module variables.
2013-12-19 Andreas Schneidertests: Add a dummy nss module and load it.
2013-12-18 Andreas Schneidertests: Load nss_wrapper for test_nwrap_disabled().
2013-12-17 Andreas Schneidertests: Add test to check if libc functions are loaded...
2013-12-17 Andreas Schneidercmake: Simplify test calling.
2013-07-19 Andreas Schneidercmake: Make sure we link against needed network libs...
2013-07-18 Andreas Schneidertests: Add a simple test for getnameinfo().
2013-07-18 Andreas Schneidertests: Move gethostby(name|addr) tests to own file.
2013-07-18 Andreas Schneidertests: Move getaddrinfo tests to own testsuite.
2013-06-25 Andreas Schneidercmake: Fix setting env for tests.
2013-06-25 Andreas Schneidersrc: Add gethostbyname() and gethostbyaddr().
2013-06-05 Andreas Schneidertests: Enable the testsuite.