forked from Imagelibrary/rtems
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = io clock
|
||||
MANAGERS = all
|
||||
|
||||
rtems_tests_PROGRAMS = ticker.exe
|
||||
ticker_exe_SOURCES = init.c tasks.c system.h
|
||||
|
||||
@@ -41,11 +41,8 @@ extern rtems_name Task_name[ 4 ]; /* array of task names */
|
||||
|
||||
#include <bsp.h> /* for device driver prototypes */
|
||||
|
||||
#if defined(CONFIGURE_INIT)
|
||||
int atexit(void (*function)(void)){}
|
||||
#endif
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user