History log of /sssd/src/tests/cmocka/test_find_uid.c
Revision Date Author Comments Expand
4e5e846de22407f825fe3b4040d79606818a2419 11-Mar-2015 Jakub Hrozek <jhrozek@redhat.com>

tests: convert all unit tests to cmocka 1.0 or later All tests now use the cmocka-1.0-compatible API. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

f7257ab0bcea6c41fab5a4677787f3075ecdcb64 04-Nov-2013 Pavel Reichl <pavel.reichl@redhat.com>

Include ext headers with #include <foo.h> - cont Changing style of including header files from outside of sssd tree - from "header.h" to <header.h>

a65a64aee968bd2ac18156ced15a1e2509a8acba 10-Apr-2013 Abhishek Singh <abhishekkumarsingh.cse@gmail.com>

cmocka unittest for find_uid added