summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 13:29:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 13:29:49 +0000
commit73dfaf83a11177c1b5c7740acae406d226a02bae (patch)
tree97cc851bae9283cf0235e10580a280c768da9994 /testsuites/psxtests/psxcancel/Makefile.am
parent2009-07-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-73dfaf83a11177c1b5c7740acae406d226a02bae.tar.bz2
2009-07-23 Santosh G Vattam <vattam.santosh@gmail.com>
* psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add multiple cases which complete coverage of thread cancellation. * psxcancel/psxcancel.doc: New file.
Diffstat (limited to 'testsuites/psxtests/psxcancel/Makefile.am')
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am
index 4a7fb9b1a1..caab977476 100644
--- a/testsuites/psxtests/psxcancel/Makefile.am
+++ b/testsuites/psxtests/psxcancel/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxcancel
psxcancel_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxcancel.scn
+dist_rtems_tests_DATA += psxcancel.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am