summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-02 08:07:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-02 08:51:55 +0100
commitf831eff7387d9a4ae8460d639da660d5ae2ce4fa (patch)
treee4e5f1ddd87871e896a92c18131b336f4c91dec1 /testsuites/tmtests/Makefile.am
parentsptests/spsysinit01: Fix for RTEMS_DEBUG (diff)
downloadrtems-f831eff7387d9a4ae8460d639da660d5ae2ce4fa.tar.bz2
tmtests/tmtimer01: New test
Test run performed on T4240 running at 1667MHz in uni-processor configuration. Update #2554.
Diffstat (limited to 'testsuites/tmtests/Makefile.am')
-rw-r--r--testsuites/tmtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am
index c1eb7b5555..b259269ac9 100644
--- a/testsuites/tmtests/Makefile.am
+++ b/testsuites/tmtests/Makefile.am
@@ -3,6 +3,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
_SUBDIRS = tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 tm10 \
tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 tm24 \
tm25 tm26 tm27 tm28 tm29 tm30 tm31 tm32 tm33 tm34 tm35 tm36
+_SUBDIRS += tmtimer01
_SUBDIRS += tmcontext01
_SUBDIRS += tmfine01