From 728b5a7bb427cced6831eaf4890815663c0aea52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Jun 1996 16:45:11 +0000 Subject: [PATCH] Added a macro for "empty_line" which will go between test cases. --- c/src/tests/psxtests/include/pmacros.h | 2 ++ c/src/tests/psxtests/support/include/pmacros.h | 2 ++ testsuites/psxtests/include/pmacros.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/c/src/tests/psxtests/include/pmacros.h b/c/src/tests/psxtests/include/pmacros.h index c0449ef558..af55d68c80 100644 --- a/c/src/tests/psxtests/include/pmacros.h +++ b/c/src/tests/psxtests/include/pmacros.h @@ -78,6 +78,8 @@ fflush(stdout); \ } while ( 0 ) +#define empty_line() puts( "" ) + #endif /* end of file */ diff --git a/c/src/tests/psxtests/support/include/pmacros.h b/c/src/tests/psxtests/support/include/pmacros.h index c0449ef558..af55d68c80 100644 --- a/c/src/tests/psxtests/support/include/pmacros.h +++ b/c/src/tests/psxtests/support/include/pmacros.h @@ -78,6 +78,8 @@ fflush(stdout); \ } while ( 0 ) +#define empty_line() puts( "" ) + #endif /* end of file */ 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 */