summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-21 13:48:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-21 13:48:52 +0000
commit88d965b6af66a051c8a61c7d4b5c294211753688 (patch)
tree2cf3219970cb5b68d4863dd1e282d655a40fbc3f /testsuites/psxtmtests/Makefile.am
parent2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-88d965b6af66a051c8a61c7d4b5c294211753688.tar.bz2
2011-07-21 Ricardo Aguirre <el.mastin@ymail.com>
PR 1835/tests * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock - not available, block. * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am, psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.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 8b911eab52..63fe7b1a6b 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -12,6 +12,7 @@ SUBDIRS += psxtmkey02
SUBDIRS += psxtmmutex01
SUBDIRS += psxtmmutex02
SUBDIRS += psxtmmutex03
+SUBDIRS += psxtmmutex04
SUBDIRS += psxtmmutex05
SUBDIRS += psxtmmutex06
SUBDIRS += psxtmmutex07