From acc5795db9fd1af91690d80ec483c745ad558f28 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Fri, 2 Apr 2010 18:28:35 +0200 Subject: added read support for storage_mmap --- src/test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test.h') diff --git a/src/test.h b/src/test.h index a1f89ce..3aba06f 100644 --- a/src/test.h +++ b/src/test.h @@ -3,10 +3,13 @@ #define TEST_H #include +#include "intf.h" #define TEST_ASSERT(cond, out_label) \ do { \ printf(" ASSERT '" #cond "' ... "); \ + if (tsnif_debug) \ + printf("\n"); \ if (!(cond)) { \ rc = -1; \ printf("FAILED\n"); \ -- cgit