summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-20 09:29:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-20 11:06:13 +0100
commit556e45f24b6c02a37fa20402fc84c927fc406dac (patch)
tree7ef0041d4a44d78867ffd286a327a3311fca70f8 /testsuites/libtests/Makefile.am
parentlibtest: Use test configuration in T_now() (diff)
downloadrtems-556e45f24b6c02a37fa20402fc84c927fc406dac.tar.bz2
libtest: Add T_check_task_context() action
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index a22e153c30..f3bcde998d 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -1509,6 +1509,7 @@ ttest01_SOURCES += ttest01/test-psx.c
ttest01_SOURCES += ttest01/test-rtems.c
ttest01_SOURCES += ttest01/test-simple.c
ttest01_SOURCES += ttest01/test-step.c
+ttest01_SOURCES += ttest01/test-task-context.c
ttest01_SOURCES += ttest01/test-time.c
ttest01_SOURCES += ttest01/test-verbosity.c
ttest01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_ttest01) \