From aa66acbbc353e9f3614e2d5738558102c86b49d0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Aug 2011 15:20:06 +0000 Subject: 2011-08-04 Ricardo Aguirre PR 1888/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_unlock - thread waiting, preempt. * psxtmrwlock07/.cvsignore, psxtmrwlock07/Makefile.am, psxtmrwlock07/init.c, psxtmrwlock07/psxtmrwlock07.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 4262172554..2e005bbf63 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -27,6 +27,7 @@ SUBDIRS += psxtmrwlock03 SUBDIRS += psxtmrwlock04 SUBDIRS += psxtmrwlock05 SUBDIRS += psxtmrwlock06 +SUBDIRS += psxtmrwlock07 SUBDIRS += psxtmsem01 SUBDIRS += psxtmsem02 SUBDIRS += psxtmsem03 -- cgit v1.2.3