From 8fffe77b52c2a32276fe861338e6bebd45595b99 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Aug 2011 13:23:33 +0000 Subject: 2011-08-02 Ricardo Aguirre PR 1874/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of multiple pthread_rwlock operations that can be done as single shot times. * psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am, psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.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 4382fcf251..0dbe59e6e4 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -21,6 +21,7 @@ SUBDIRS += psxtmmutex06 SUBDIRS += psxtmmutex07 SUBDIRS += psxtmnanosleep01 SUBDIRS += psxtmnanosleep02 +SUBDIRS += psxtmrwlock01 SUBDIRS += psxtmsem01 SUBDIRS += psxtmsem02 SUBDIRS += psxtmsem03 -- cgit v1.2.3