From 728b5a7bb427cced6831eaf4890815663c0aea52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Jun 1996 16:45:11 +0000 Subject: Added a macro for "empty_line" which will go between test cases. --- testsuites/psxtests/include/pmacros.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/include') diff --git a/testsuites/psxtests/include/pmacros.h b/testsuites/psxtests/include/pmacros.h index c0449ef558..af55d68c80 100644 --- a/testsuites/psxtests/include/pmacros.h +++ b/testsuites/psxtests/include/pmacros.h @@ -78,6 +78,8 @@ fflush(stdout); \ } while ( 0 ) +#define empty_line() puts( "" ) + #endif /* end of file */ -- cgit v1.2.3