summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 15:17:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 15:17:17 +0000
commitd83f90b1e418d1e60d522f70495501a204fe8bc9 (patch)
tree3dcf99a5dfe8320a5ed39dda93dc194ca8286a15 /testsuites/psxtmtests/Makefile.am
parent2011-08-02 Xiang Cui <medivhc@gmail.com> (diff)
downloadrtems-d83f90b1e418d1e60d522f70495501a204fe8bc9.tar.bz2
2011-08-02 Ricardo Aguirre <el.mastin@ymail.com>
PR 1878/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_timedrdlock - not available, blocks. * psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am, psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.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 4a0c1eadbe..cbc2ff9e36 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -23,6 +23,7 @@ SUBDIRS += psxtmnanosleep01
SUBDIRS += psxtmnanosleep02
SUBDIRS += psxtmrwlock01
SUBDIRS += psxtmrwlock02
+SUBDIRS += psxtmrwlock03
SUBDIRS += psxtmsem01
SUBDIRS += psxtmsem02
SUBDIRS += psxtmsem03