[rtems-central commit] spec: Update due to renamed header

Sebastian Huber sebh at rtems.org
Mon Apr 12 06:11:11 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 12 07:15:17 2021 +0200

spec: Update due to renamed header

---

 spec/rtems/barrier/req/create.yml     | 2 +-
 spec/rtems/barrier/req/delete.yml     | 2 +-
 spec/rtems/barrier/req/release.yml    | 2 +-
 spec/rtems/barrier/req/wait.yml       | 2 +-
 spec/rtems/event/req/send-receive.yml | 2 +-
 spec/rtems/message/req/delete.yml     | 2 +-
 spec/rtems/sem/req/create.yml         | 2 +-
 spec/rtems/sem/req/delete.yml         | 2 +-
 spec/rtems/sem/req/obtain.yml         | 2 +-
 spec/rtems/sem/req/release.yml        | 2 +-
 spec/rtems/sem/req/set-priority.yml   | 2 +-
 spec/rtems/signal/req/catch.yml       | 2 +-
 spec/rtems/signal/req/send.yml        | 2 +-
 spec/rtems/task/req/mode.yml          | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/spec/rtems/barrier/req/create.yml b/spec/rtems/barrier/req/create.yml
index 6fb6cf3..98cf18f 100644
--- a/spec/rtems/barrier/req/create.yml
+++ b/spec/rtems/barrier/req/create.yml
@@ -257,7 +257,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: null
 test-setup:
   brief: null
diff --git a/spec/rtems/barrier/req/delete.yml b/spec/rtems/barrier/req/delete.yml
index e8edc63..b0f07bd 100644
--- a/spec/rtems/barrier/req/delete.yml
+++ b/spec/rtems/barrier/req/delete.yml
@@ -127,7 +127,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   rtems_task_priority prio;
 
diff --git a/spec/rtems/barrier/req/release.yml b/spec/rtems/barrier/req/release.yml
index aec50a3..260699b 100644
--- a/spec/rtems/barrier/req/release.yml
+++ b/spec/rtems/barrier/req/release.yml
@@ -150,7 +150,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: null
 test-setup:
   brief: null
diff --git a/spec/rtems/barrier/req/wait.yml b/spec/rtems/barrier/req/wait.yml
index 40f4be8..1fa9f02 100644
--- a/spec/rtems/barrier/req/wait.yml
+++ b/spec/rtems/barrier/req/wait.yml
@@ -158,7 +158,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: null
 test-setup:
   brief: null
diff --git a/spec/rtems/event/req/send-receive.yml b/spec/rtems/event/req/send-receive.yml
index d084f22..2db1ab1 100644
--- a/spec/rtems/event/req/send-receive.yml
+++ b/spec/rtems/event/req/send-receive.yml
@@ -460,7 +460,7 @@ test-header:
 test-includes:
 - rtems/score/threadimpl.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 - tr-event-send-receive.h
 test-prepare: |
   ctx->events_to_send = 0;
diff --git a/spec/rtems/message/req/delete.yml b/spec/rtems/message/req/delete.yml
index 4f4fbf3..fc692e7 100644
--- a/spec/rtems/message/req/delete.yml
+++ b/spec/rtems/message/req/delete.yml
@@ -127,7 +127,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   rtems_task_priority prio;
 
diff --git a/spec/rtems/sem/req/create.yml b/spec/rtems/sem/req/create.yml
index 3877fa3..1919177 100644
--- a/spec/rtems/sem/req/create.yml
+++ b/spec/rtems/sem/req/create.yml
@@ -477,7 +477,7 @@ test-includes:
 - string.h
 - rtems/rtems/semimpl.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   rtems_status_code sc;
   rtems_id          id;
diff --git a/spec/rtems/sem/req/delete.yml b/spec/rtems/sem/req/delete.yml
index 693162e..cd4e808 100644
--- a/spec/rtems/sem/req/delete.yml
+++ b/spec/rtems/sem/req/delete.yml
@@ -271,7 +271,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   ctx->counter = 0;
   ctx->worker_counter[ 0 ] = 0;
diff --git a/spec/rtems/sem/req/obtain.yml b/spec/rtems/sem/req/obtain.yml
index 94ec985..7e14f57 100644
--- a/spec/rtems/sem/req/obtain.yml
+++ b/spec/rtems/sem/req/obtain.yml
@@ -113,7 +113,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 - tr-sem-seize-try.h
 - tx-thread-queue.h
 test-prepare: null
diff --git a/spec/rtems/sem/req/release.yml b/spec/rtems/sem/req/release.yml
index c62f65f..550fffe 100644
--- a/spec/rtems/sem/req/release.yml
+++ b/spec/rtems/sem/req/release.yml
@@ -506,7 +506,7 @@ test-includes:
 - string.h
 - rtems/rtems/semimpl.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 - ts-config.h
 test-prepare: |
   size_t i;
diff --git a/spec/rtems/sem/req/set-priority.yml b/spec/rtems/sem/req/set-priority.yml
index 93b4bf1..f86e32e 100644
--- a/spec/rtems/sem/req/set-priority.yml
+++ b/spec/rtems/sem/req/set-priority.yml
@@ -367,7 +367,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 - ts-config.h
 test-prepare: |
   ctx->old_priority_value = INVALID_PRIO;
diff --git a/spec/rtems/signal/req/catch.yml b/spec/rtems/signal/req/catch.yml
index 6d80b9c..72f4bda 100644
--- a/spec/rtems/signal/req/catch.yml
+++ b/spec/rtems/signal/req/catch.yml
@@ -325,7 +325,7 @@ test-includes:
 - string.h
 - rtems/score/smpbarrier.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   rtems_status_code sc;
 
diff --git a/spec/rtems/signal/req/send.yml b/spec/rtems/signal/req/send.yml
index 2bff954..742b814 100644
--- a/spec/rtems/signal/req/send.yml
+++ b/spec/rtems/signal/req/send.yml
@@ -294,7 +294,7 @@ test-header: null
 test-includes:
 - rtems.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   ctx->handler_calls = 0;
   ctx->calls_after_send = 0;
diff --git a/spec/rtems/task/req/mode.yml b/spec/rtems/task/req/mode.yml
index 481dcb2..b80897d 100644
--- a/spec/rtems/task/req/mode.yml
+++ b/spec/rtems/task/req/mode.yml
@@ -533,7 +533,7 @@ test-includes:
 - rtems/score/threaddispatch.h
 - rtems/score/watchdogimpl.h
 test-local-includes:
-- tc-support.h
+- tx-support.h
 test-prepare: |
   ctx->current_mode = RTEMS_DEFAULT_MODES;
   ctx->mode_set = RTEMS_DEFAULT_MODES;



More information about the vc mailing list