summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-11 17:09:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-19 08:39:02 +0100
commit78baeb757957fa0807c30e6c4d21ae99c9639e6a (patch)
tree75a2bad02a15e15c99b31abd132b22fc2665af54 /cpukit/include/rtems/test.h
parentlibtest: Rename ValidCache in FullCache (diff)
downloadrtems-78baeb757957fa0807c30e6c4d21ae99c9639e6a.tar.bz2
libtest: Allow assert checks during test begin
Allow assert checks in test begin actions and setup fixture methods.
Diffstat (limited to 'cpukit/include/rtems/test.h')
-rw-r--r--cpukit/include/rtems/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/test.h b/cpukit/include/rtems/test.h
index 509c7d0213..573f7b93c9 100644
--- a/cpukit/include/rtems/test.h
+++ b/cpukit/include/rtems/test.h
@@ -2306,7 +2306,7 @@ void T_run_all(void);
void T_run_by_name(const char *);
-void T_case_begin(const char *, const T_fixture *);
+bool T_case_begin(const char *, const T_fixture *);
void T_case_end(void);