[rtems commit] testsuites: Avoid clock driver

Sebastian Huber sebh at rtems.org
Tue Oct 14 10:03:58 UTC 2014


Module:    rtems
Branch:    master
Commit:    43633ae262417d56f43730519f0cfae86e78376c
Changeset: http://git.rtems.org/rtems/commit/?id=43633ae262417d56f43730519f0cfae86e78376c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct 14 12:12:32 2014 +0200

testsuites: Avoid clock driver

---

 testsuites/psxtests/psxglobalcon01/init.cc |    2 +-
 testsuites/psxtests/psxglobalcon02/init.cc |    2 +-
 testsuites/sptests/spglobalcon01/init.cc   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuites/psxtests/psxglobalcon01/init.cc b/testsuites/psxtests/psxglobalcon01/init.cc
index f33efc3..d485526 100644
--- a/testsuites/psxtests/psxglobalcon01/init.cc
+++ b/testsuites/psxtests/psxglobalcon01/init.cc
@@ -44,7 +44,7 @@ static void *POSIX_Init(void *argument)
   rtems_test_exit(0);
 }
 
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
 #define CONFIGURE_MAXIMUM_POSIX_THREADS 1
diff --git a/testsuites/psxtests/psxglobalcon02/init.cc b/testsuites/psxtests/psxglobalcon02/init.cc
index 6de4fbd..c5f09b0 100644
--- a/testsuites/psxtests/psxglobalcon02/init.cc
+++ b/testsuites/psxtests/psxglobalcon02/init.cc
@@ -57,7 +57,7 @@ static void *POSIX_Init(void *argument)
   rtems_test_exit(0);
 }
 
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
 #define CONFIGURE_MAXIMUM_TASKS 1
diff --git a/testsuites/sptests/spglobalcon01/init.cc b/testsuites/sptests/spglobalcon01/init.cc
index 92a8a2c..47af2c4 100644
--- a/testsuites/sptests/spglobalcon01/init.cc
+++ b/testsuites/sptests/spglobalcon01/init.cc
@@ -47,7 +47,7 @@ static void *idle_body(uintptr_t ignored)
   return NULL;
 }
 
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
 #define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION



More information about the vc mailing list