summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 16:54:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 16:54:32 +0000
commit4f6cc11d36107ee52a0f70589f964b9e26bfb8be (patch)
tree7ddbfaacb00b442317159bac1151f417232a5568 /testsuites/psxtmtests/Makefile.am
parent2011-07-29 Ricardo Aguirre <el.mastin@ymail.com> (diff)
downloadrtems-4f6cc11d36107ee52a0f70589f964b9e26bfb8be.tar.bz2
2011-07-29 Ricardo Aguirre <el.mastin@ymail.com>
PR 1863/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_barrier_wait - releasing, no preempt * psxtmbarrier03/.cvsignore, psxtmbarrier03/Makefile.am, psxtmbarrier03/init.c, psxtmbarrier03/psxtmbarrier03.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 b37b12af0c..4382fcf251 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -9,6 +9,7 @@ SUBDIRS =
if HAS_POSIX
SUBDIRS += psxtmbarrier01
SUBDIRS += psxtmbarrier02
+SUBDIRS += psxtmbarrier03
SUBDIRS += psxtmkey01
SUBDIRS += psxtmkey02
SUBDIRS += psxtmmutex01