From e694c2d4233f241623e3b2bcbafdfcdecf86b4e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Jul 2011 15:08:21 +0000 Subject: 2011-07-29 Ricardo Aguirre PR 1859/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_barrier_wait - blocking * psxtmbarrier02/.cvsignore, psxtmbarrier02/Makefile.am, psxtmbarrier02/init.c, psxtmbarrier02/psxtmbarrier02.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 e6d637bfa6..b37b12af0c 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -8,6 +8,7 @@ SUBDIRS = if HAS_POSIX SUBDIRS += psxtmbarrier01 +SUBDIRS += psxtmbarrier02 SUBDIRS += psxtmkey01 SUBDIRS += psxtmkey02 SUBDIRS += psxtmmutex01 -- cgit v1.2.3