summaryrefslogtreecommitdiffstats
path: root/cpukit/include/t.h
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 /cpukit/include/t.h
parentlibtest: Use test configuration in T_now() (diff)
downloadrtems-556e45f24b6c02a37fa20402fc84c927fc406dac.tar.bz2
libtest: Add T_check_task_context() action
Diffstat (limited to 'cpukit/include/t.h')
-rw-r--r--cpukit/include/t.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/t.h b/cpukit/include/t.h
index 12a03b2a1c..ecdc03f94c 100644
--- a/cpukit/include/t.h
+++ b/cpukit/include/t.h
@@ -2266,6 +2266,8 @@ void T_report_hash_sha256(T_event, const char *);
void T_check_heap(T_event, const char *);
#ifdef __rtems__
+void T_check_task_context(T_event, const char *);
+
void T_check_file_descriptors(T_event, const char *);
void T_check_rtems_barriers(T_event, const char *);