aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/test.h')
-rw-r--r--test/rt/test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rt/test.h b/test/rt/test.h
index 90f7b977f..da080db2d 100644
--- a/test/rt/test.h
+++ b/test/rt/test.h
@@ -76,10 +76,12 @@ union test_buffers {
};
#endif
+extern bool test_global_fail;
+
#ifdef __cplusplus
extern "C" {
#endif
- msg_t TestThread(void *p);
+ void TestThread(void *p);
void test_printn(uint32_t n);
void test_print(const char *msgp);
void test_println(const char *msgp);