summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spobjgetnext
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spobjgetnext')
-rw-r--r--testsuites/sptests/spobjgetnext/Makefile.am1
-rw-r--r--testsuites/sptests/spobjgetnext/spobjgetnext.doc24
2 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/sptests/spobjgetnext/Makefile.am b/testsuites/sptests/spobjgetnext/Makefile.am
index a0d67ef310..86cf4a9b5c 100644
--- a/testsuites/sptests/spobjgetnext/Makefile.am
+++ b/testsuites/sptests/spobjgetnext/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = spobjgetnext
spobjgetnext_SOURCES = init.c system.h
dist_rtems_tests_DATA = spobjgetnext.scn
+dist_rtems_tests_DATA += spobjgetnext.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/sptests/spobjgetnext/spobjgetnext.doc b/testsuites/sptests/spobjgetnext/spobjgetnext.doc
new file mode 100644
index 0000000000..f59cff44f9
--- /dev/null
+++ b/testsuites/sptests/spobjgetnext/spobjgetnext.doc
@@ -0,0 +1,24 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# 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.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: spobjgetnext
+
+directives:
+
+ SCORE _Objects_Get_next
+
+concepts:
+
++ Ensure that _Objects_Get_next handles error conditions properly.
+
++ Ensure the _Objects_Get_next behaves as expected.