forked from Imagelibrary/rtems
26 lines
602 B
Plaintext
26 lines
602 B
Plaintext
# COPYRIGHT (c) 1989-2013.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.org/license/LICENSE.
|
|
#
|
|
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: partition error #1
|
|
|
|
directives:
|
|
rtems_partition_create
|
|
rtems_partition_delete
|
|
rtems_partition_get_buffer
|
|
rtems_partition_ident
|
|
rtems_partition_ret_buffer
|
|
|
|
concepts:
|
|
|
|
+ Verifies all partition manager error codes returned in single
|
|
processor configurations.
|
|
|