summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tx-support.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-12 06:58:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-14 08:48:38 +0200
commitbc29c7c313e9e287731144b3e4701cc8a68e1c1c (patch)
treeda2c1b16d753748d2cf382c920914e665b96de92 /testsuites/validation/tx-support.h
parentrtems: Add TOD_Ticks_validation (diff)
downloadrtems-bc29c7c313e9e287731144b3e4701cc8a68e1c1c.tar.bz2
validation: Add support library
Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tx-support.h (renamed from testsuites/validation/tc-support.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/validation/tc-support.h b/testsuites/validation/tx-support.h
index 4ffa4193f0..69cb308d52 100644
--- a/testsuites/validation/tc-support.h
+++ b/testsuites/validation/tx-support.h
@@ -34,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _TC_SUPPORT_H
-#define _TC_SUPPORT_H
+#ifndef _TX_SUPPORT_H
+#define _TX_SUPPORT_H
#include <rtems.h>
@@ -100,4 +100,4 @@ void RestoreRunnerPriority( void );
}
#endif
-#endif /* _TC_SUPPORT_H */
+#endif /* _TX_SUPPORT_H */