summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 13:00:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 13:03:35 +0100
commita4151d06615d5dc68a5c37c615a5bf3bef52c1e7 (patch)
tree33865d8355f1b3221ed5f39df75f040d3bef26cc /testsuites
parentbsp/genmcf548x: Fix printk() support (diff)
downloadrtems-a4151d06615d5dc68a5c37c615a5bf3bef52c1e7.tar.bz2
libtests/capture01: Fix configuration
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/capture01/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/capture01/system.h b/testsuites/libtests/capture01/system.h
index 5836e2d316..dc4a37a527 100644
--- a/testsuites/libtests/capture01/system.h
+++ b/testsuites/libtests/capture01/system.h
@@ -34,6 +34,7 @@ void capture_test_1(void);
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS (5)