summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 15:08:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 15:08:21 +0000
commite694c2d4233f241623e3b2bcbafdfcdecf86b4e8 (patch)
tree3d673e8e5771bcb1cacd520af409156ab317f111 /testsuites/psxtmtests/Makefile.am
parent2011-07-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e694c2d4233f241623e3b2bcbafdfcdecf86b4e8.tar.bz2
2011-07-29 Ricardo Aguirre <el.mastin@ymail.com>
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.
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 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