summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-10 14:39:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-17 09:17:36 +0100
commit840ae715a9c1e45b31d7a493e9b5c4113e17bf62 (patch)
tree9c101a3db9e8b236df0b060d21d93758843182ef /testsuites/support/include/tmacros.h
parentscore: Add include for uintptr_t definition. (diff)
downloadrtems-840ae715a9c1e45b31d7a493e9b5c4113e17bf62.tar.bz2
sapi: Add <rtems/test.h>
Provide support functions to print the begin/end of test message. Provide a test fatal extension to print out profiling reports in the future.
Diffstat (limited to '')
-rw-r--r--testsuites/support/include/tmacros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index c8ace400b5..ce835fe954 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <rtems/error.h>
+#include <rtems/test.h>
#include <rtems/score/threaddispatch.h>
#ifdef __cplusplus