summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2017-10-17 11:46:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-18 09:01:57 +0200
commit205d8d71a677b4cea37c346ff701b81de82a7614 (patch)
treee71f82dec03b22178c95ad39c0f445624fbd6ae7 /testsuites/sptests/Makefile.am
parenttmtests/tmfine01: Add test cases (diff)
downloadrtems-205d8d71a677b4cea37c346ff701b81de82a7614.tar.bz2
sptests/sptimecounter04: New test
Ensure that the time flow of CLOCK_REALTIME and CLOCK_MONOTONIC is close to the clock driver ticks time flow.
Diffstat (limited to 'testsuites/sptests/Makefile.am')
-rw-r--r--testsuites/sptests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index b4bf741e70..cf95c4a9f6 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -53,6 +53,7 @@ _SUBDIRS += spintrcritical23
_SUBDIRS += sptimecounter01
_SUBDIRS += sptimecounter02
_SUBDIRS += sptimecounter03
+_SUBDIRS += sptimecounter04
_SUBDIRS += spatomic01
_SUBDIRS += spintrcritical22
_SUBDIRS += spsem03