summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer01/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-17 20:59:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-17 20:59:23 +0000
commit7a67dfbc62810a694e2f99a48e086c322bebe984 (patch)
tree16b45d86f9c039bc03f1e4abaaff2754178c01de /testsuites/psxtests/psxtimer01/system.h
parent2009-05-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7a67dfbc62810a694e2f99a48e086c322bebe984.tar.bz2
2009-05-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c: Improved so coverage is better.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxtimer01/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxtimer01/system.h b/testsuites/psxtests/psxtimer01/system.h
index 2fab0862ee..bd377b9cd7 100644
--- a/testsuites/psxtests/psxtimer01/system.h
+++ b/testsuites/psxtests/psxtimer01/system.h
@@ -41,8 +41,8 @@ void *task_c(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-#define CONFIGURE_MAXIMUM_POSIX_THREADS 4
-#define CONFIGURE_MAXIMUM_POSIX_TIMERS 4
+#define CONFIGURE_MAXIMUM_POSIX_THREADS 5
+#define CONFIGURE_MAXIMUM_POSIX_TIMERS 5
#define CONFIGURE_MAXIMUM_TIMERS 4
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 2
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 2