summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/Makefile.am
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2016-06-09 11:40:35 -0400
committerGedare Bloom <gedare@rtems.org>2016-07-25 12:44:47 -0400
commit6e98ea91571f2945f5c2fee9dc35f755739bd2eb (patch)
treefae1fcf1465d8bcfd0ba818887c3bd7cfaff770e /testsuites/psxtmtests/Makefile.am
parentcpukit: Add and use Watchdog_Discipline. (diff)
downloadrtems-6e98ea91571f2945f5c2fee9dc35f755739bd2eb.tar.bz2
posix: add clock_nanosleep and tests
updates #2732
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 c4276a4c79..e7e079aff8 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -7,6 +7,9 @@ SUBDIRS += psxtmbarrier01
SUBDIRS += psxtmbarrier02
SUBDIRS += psxtmbarrier03
SUBDIRS += psxtmbarrier04
+SUBDIRS += psxtmclocknanosleep01
+SUBDIRS += psxtmclocknanosleep02
+SUBDIRS += psxtmclocknanosleep03
SUBDIRS += psxtmcond01
SUBDIRS += psxtmcond02
SUBDIRS += psxtmcond03