summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-24 21:15:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-24 21:15:58 +0000
commitf9c237019711e0da777e7acfef0dc6ee643c782a (patch)
tree8ee228fa77ce23c64d828c4a4a0a68d801f43af3 /testsuites/psxtmtests/Makefile.am
parent2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-f9c237019711e0da777e7acfef0dc6ee643c782a.tar.bz2
2011-08-24 Ricardo Aguirre <el.mastin@ymail.com>
PR 1903/testing * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message queues which covers most open, close, unlink cases as well as send/receive which do not involve task state changes. * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c, psxtmmq01/psxtmmq01.doc: New files.
Diffstat (limited to 'testsuites/psxtmtests/Makefile.am')
-rw-r--r--testsuites/psxtmtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am
index 2e005bbf63..b334af3046 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -12,6 +12,7 @@ SUBDIRS += psxtmbarrier02
SUBDIRS += psxtmbarrier03
SUBDIRS += psxtmkey01
SUBDIRS += psxtmkey02
+SUBDIRS += psxtmmq01
SUBDIRS += psxtmmutex01
SUBDIRS += psxtmmutex02
SUBDIRS += psxtmmutex03