summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorChristopher Kerl <zargyyoyo@gmail.com>2013-01-11 14:33:37 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-11 14:33:37 -0600
commit72f3b051653087be62a4e7fedc7c7efc4c08913c (patch)
tree497a22fdb8abbcf1db73291ee628b3dedc1c237a /testsuites/psxtmtests/Makefile.am
parentCreate POSIX Timing Test psxtmcond03 (diff)
downloadrtems-72f3b051653087be62a4e7fedc7c7efc4c08913c.tar.bz2
Create POSIX Timing Test psxtmcond09
Modifications were made to this submission allow the same init.c file to be ran by three tests that were very similar using posix pthread_cond_timedwait and pthread_cond_wait.
Diffstat (limited to 'testsuites/psxtmtests/Makefile.am')
-rw-r--r--testsuites/psxtmtests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am
index db10965756..3530eaffe2 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -10,6 +10,9 @@ SUBDIRS += psxtmcond01
SUBDIRS += psxtmcond02
SUBDIRS += psxtmcond03
SUBDIRS += psxtmcond05
+SUBDIRS += psxtmcond08
+SUBDIRS += psxtmcond09
+SUBDIRS += psxtmcond10
SUBDIRS += psxtmkey01
SUBDIRS += psxtmkey02
SUBDIRS += psxtmmq01