more verbose what we are testing.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21602 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-17 06:18:11 +00:00
parent 50027c2f37
commit 4bb28b3f25

View File

@@ -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;