summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:45:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:45:50 +0000
commitdd61160701e176504fb62effca3def136a9ba67a (patch)
tree5632ea97288c3387598f6a1ceb1d8ac7c75ed43d /testsuites/samples/ticker
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-dd61160701e176504fb62effca3def136a9ba67a.tar.bz2
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.
Diffstat (limited to 'testsuites/samples/ticker')
-rw-r--r--testsuites/samples/ticker/Makefile.am2
-rw-r--r--testsuites/samples/ticker/system.h5
2 files changed, 2 insertions, 5 deletions
diff --git a/testsuites/samples/ticker/Makefile.am b/testsuites/samples/ticker/Makefile.am
index 8426951892..d8e4a2bf0e 100644
--- a/testsuites/samples/ticker/Makefile.am
+++ b/testsuites/samples/ticker/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io clock
+MANAGERS = all
rtems_tests_PROGRAMS = ticker.exe
ticker_exe_SOURCES = init.c tasks.c system.h
diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h
index 0ae695486c..217ac4de83 100644
--- a/testsuites/samples/ticker/system.h
+++ b/testsuites/samples/ticker/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