diff --git a/lib/ntlm/test_ntlm.c b/lib/ntlm/test_ntlm.c index 9e75766e5..326b27844 100644 --- a/lib/ntlm/test_ntlm.c +++ b/lib/ntlm/test_ntlm.c @@ -318,8 +318,11 @@ main(int argc, char **argv) argc -= optind; argv += optind; + printf("test_parse\n"); ret += test_parse(); + printf("test_keys\n"); ret += test_keys(); + printf("test_ntlm2_session_resp\n"); ret += test_ntlm2_session_resp(); return 0;