summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp39
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp39')
-rw-r--r--testsuites/sptests/sp39/Makefile.am1
-rw-r--r--testsuites/sptests/sp39/sp39.doc25
2 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/sptests/sp39/Makefile.am b/testsuites/sptests/sp39/Makefile.am
index 1e348d3da5..cb0a297ba3 100644
--- a/testsuites/sptests/sp39/Makefile.am
+++ b/testsuites/sptests/sp39/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = sp39
sp39_SOURCES = init.c system.h
dist_rtems_tests_DATA = sp39.scn
+dist_rtems_tests_DATA += sp39.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/sptests/sp39/sp39.doc b/testsuites/sptests/sp39/sp39.doc
new file mode 100644
index 0000000000..01605b888f
--- /dev/null
+++ b/testsuites/sptests/sp39/sp39.doc
@@ -0,0 +1,25 @@
+#
+# $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: sp39
+
+directives:
+
+ rtems_event_receive
+ rtems_event_send
+
+concepts:
+
++ Ensure that the interrupt critical section for sending an event from an
+ ISR while the receiving task is in the process of blocking with and withing
+ timeout is handled properly.