2003-12-16 Joel Sherrill <joel@OARcorp.com>

PR 544/tests
	* include/buffer_test_io.h: Various modifications to make tests account
	for resources and not print at inappropriate times.
This commit is contained in:
Joel Sherrill
2003-12-16 23:36:06 +00:00
parent 4dbd85e858
commit 13c8768132
2 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ extern "C" {
#if !defined(TESTS_BUFFER_OUTPUT)
#undef printf
#define printf(...) \
do { \
iprintf( __VA_ARGS__); \
} while (0)
#define rtems_test_exit(_s) \
do { \
exit(_s); \