summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen11.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 21:57:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 21:57:50 +0000
commit012bb569b36bea365d3dd65db27360d70d5ae43f (patch)
treef520a1184c0cd355f0ecee1ac795eadbf5cd7c06 /testsuites/sptests/sp09/screen11.c
parentMoved cpuuse.h to rtems subdirectory. (diff)
downloadrtems-012bb569b36bea365d3dd65db27360d70d5ae43f.tar.bz2
Insure that the same output occurs when multiprocessing is disabled.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp09/screen11.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/sp09/screen11.c b/testsuites/sptests/sp09/screen11.c
index 7857a98c95..8148aabb4d 100644
--- a/testsuites/sptests/sp09/screen11.c
+++ b/testsuites/sptests/sp09/screen11.c
@@ -88,6 +88,12 @@ void Screen11()
"TA1 - rtems_partition_create - length < buffer size - RTEMS_INVALID_SIZE"
);
+ /*
+ * The check for an object being global is only made if
+ * multiprocessing is enabled.
+ */
+
+#if defined(RTEMS_MULTIPROCESSING)
status = rtems_partition_create(
Partition_name[ 1 ],
Partition_good_area,
@@ -101,6 +107,7 @@ void Screen11()
RTEMS_MP_NOT_CONFIGURED,
"rtems_partition_create of global"
);
+#endif
puts( "TA1 - rtems_partition_create - RTEMS_MP_NOT_CONFIGURED" );
status = rtems_partition_create(