[rtems-central commit] spec: Use ts-config.h

Sebastian Huber sebh at rtems.org
Tue Sep 28 09:36:49 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Sep 28 11:37:44 2021 +0200

spec: Use ts-config.h

---

 spec/rtems/part/req/create.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/rtems/part/req/create.yml b/spec/rtems/part/req/create.yml
index 91615b7..0db4946 100644
--- a/spec/rtems/part/req/create.yml
+++ b/spec/rtems/part/req/create.yml
@@ -278,6 +278,7 @@ test-includes:
 - rtems.h
 - string.h
 test-local-includes:
+- ts-config.h
 - tx-support.h
 test-prepare: |
   rtems_status_code sc;
@@ -295,7 +296,7 @@ test-stop: null
 test-support: |
   #define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
 
-  #define MAX_PARTITIONS 4
+  #define MAX_PARTITIONS ( TEST_MAXIMUM_PARTITIONS + 1 )
 
   #define BUFFER_COUNT 2
 



More information about the vc mailing list