Add a visual feedback to counte test.

SVN revision: 38056
This commit is contained in:
Cedric BAIL 2008-12-09 13:58:04 +00:00
parent 24c1995b68
commit 68cfd7839f
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include "eina_counter.h"
@ -66,6 +67,8 @@ START_TEST(eina_counter_simple)
dump = eina_counter_dump(cnt);
fail_if(!dump);
fprintf(stderr, "%s", dump);
free(dump);
eina_counter_delete(cnt);