summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp38
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp38')
-rw-r--r--testsuites/sptests/sp38/Makefile.am1
-rw-r--r--testsuites/sptests/sp38/sp38.doc23
2 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/sp38/Makefile.am b/testsuites/sptests/sp38/Makefile.am
index b8e5c7bf75..e3a86cf170 100644
--- a/testsuites/sptests/sp38/Makefile.am
+++ b/testsuites/sptests/sp38/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = sp38
sp38_SOURCES = init.c system.h
dist_rtems_tests_DATA = sp38.scn
+dist_rtems_tests_DATA += sp38.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/sptests/sp38/sp38.doc b/testsuites/sptests/sp38/sp38.doc
new file mode 100644
index 0000000000..0ddcad90bf
--- /dev/null
+++ b/testsuites/sptests/sp38/sp38.doc
@@ -0,0 +1,23 @@
+#
+# $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: sp38
+
+directives:
+
+ rtems_signal_catch
+ rtems_signal_send
+
+concepts:
+
++ Ensure that sending a Classic API signal from an ISR operates properly.