[rtems-central commit] spec: Disable clock driver for intr tests

Sebastian Huber sebh at rtems.org
Tue Jan 11 15:59:54 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    dcee158e5a1c49f9b5319d11933cb764d3edea09
Changeset: http://git.rtems.org/rtems-central/commit/?id=dcee158e5a1c49f9b5319d11933cb764d3edea09

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jan 10 13:40:13 2022 +0100

spec: Disable clock driver for intr tests

---

 spec/testsuites/validation-intr.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spec/testsuites/validation-intr.yml b/spec/testsuites/validation-intr.yml
index a631a0a..42ac5da 100644
--- a/spec/testsuites/validation-intr.yml
+++ b/spec/testsuites/validation-intr.yml
@@ -13,6 +13,8 @@ test-code: |
 
   #define CONFIGURE_MAXIMUM_PROCESSORS 5
 
+  #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
   #include "ts-default.h"
 test-description: |
   In SMP configurations, up to three scheduler instances using the SMP EDF



More information about the vc mailing list