From a6284c9e71b6974f13820c48f5363ad8b6e5d66b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Aug 2011 17:20:18 +0000 Subject: 2011-08-02 Ricardo Aguirre PR 1880/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_timedwrlock - not available, blocks. * psxtmrwlock04/.cvsignore, psxtmrwlock04/Makefile.am, psxtmrwlock04/init.c, psxtmrwlock04/psxtmrwlock04.doc: New files. --- testsuites/psxtmtests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtmtests/Makefile.am') diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am index cbc2ff9e36..122695feb5 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS += psxtmnanosleep02 SUBDIRS += psxtmrwlock01 SUBDIRS += psxtmrwlock02 SUBDIRS += psxtmrwlock03 +SUBDIRS += psxtmrwlock04 SUBDIRS += psxtmsem01 SUBDIRS += psxtmsem02 SUBDIRS += psxtmsem03 -- cgit v1.2.3