summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:19:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:19:46 +0000
commitf8d760bc963dec8d166b04a4c42654fc7697ff68 (patch)
tree0470841456b85ed31b6fc576a6794009fc470cfb /testsuites/psxtmtests/Makefile.am
parent2011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com> (diff)
downloadrtems-f8d760bc963dec8d166b04a4c42654fc7697ff68.tar.bz2
2011-08-02 Ricardo Aguirre <el.mastin@ymail.com>
PR 1875/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_rdlock - not available, blocks. * psxtmrwlock02/.cvsignore, psxtmrwlock02/Makefile.am, psxtmrwlock02/init.c, psxtmrwlock02/psxtmrwlock02.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 0dbe59e6e4..4a0c1eadbe 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -22,6 +22,7 @@ SUBDIRS += psxtmmutex07
SUBDIRS += psxtmnanosleep01
SUBDIRS += psxtmnanosleep02
SUBDIRS += psxtmrwlock01
+SUBDIRS += psxtmrwlock02
SUBDIRS += psxtmsem01
SUBDIRS += psxtmsem02
SUBDIRS += psxtmsem03