2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>

* cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
	putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
	Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
	POSIX tests. Add a clock_settime case for < 1988.
This commit is contained in:
Joel Sherrill
2008-02-01 00:45:04 +00:00
parent 016e1e250b
commit 5a8e7503a0
9 changed files with 15 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <rtems/monitor.h>