summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-13 16:45:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-13 16:45:11 +0000
commit728b5a7bb427cced6831eaf4890815663c0aea52 (patch)
treee419e74083e104fc7aeeacee8b749263eff15cf7 /testsuites/psxtests/include
parentAdded more test cases for kill() and alarm(). kill() now can unblock a (diff)
downloadrtems-728b5a7bb427cced6831eaf4890815663c0aea52.tar.bz2
Added a macro for "empty_line" which will go between test cases.
Diffstat (limited to 'testsuites/psxtests/include')
-rw-r--r--testsuites/psxtests/include/pmacros.h2
1 files changed, 2 insertions, 0 deletions
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 */