summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 11:37:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 11:37:44 +0200
commit36095f12170be111695d066025bfc8679aa63e4f (patch)
treea669c3ec8b79513fbef3a14d4d357f19cdc2a398
parentmodules: Update rtems (diff)
downloadrtems-central-36095f12170be111695d066025bfc8679aa63e4f.tar.bz2
spec: Use ts-config.h
-rw-r--r--spec/rtems/part/req/create.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/part/req/create.yml b/spec/rtems/part/req/create.yml
index 91615b70..0db4946b 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