summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-message-construct-errors.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-12 07:11:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-14 08:50:10 +0200
commit410317ae3a0a4a512f072c3b1a48518e3c1135ab (patch)
tree808054e561f13bc50a815a5ca7a853b75b2fe0c5 /testsuites/validation/tc-message-construct-errors.c
parentvalidation: Add support library (diff)
downloadrtems-410317ae3a0a4a512f072c3b1a48518e3c1135ab.tar.bz2
validation: Add INVALID_ID to tx-support.h
Diffstat (limited to 'testsuites/validation/tc-message-construct-errors.c')
-rw-r--r--testsuites/validation/tc-message-construct-errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-message-construct-errors.c b/testsuites/validation/tc-message-construct-errors.c
index 08385963fa..570160b947 100644
--- a/testsuites/validation/tc-message-construct-errors.c
+++ b/testsuites/validation/tc-message-construct-errors.c
@@ -55,6 +55,8 @@
#include <rtems.h>
#include <string.h>
+#include "tx-support.h"
+
#include <rtems/test.h>
/**
@@ -234,8 +236,6 @@ static const char * const * const RtemsMessageReqConstructErrors_PreDesc[] = {
#define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
-#define INVALID_ID 0xffffffff
-
#define MAX_MESSAGE_QUEUES 4
#define MAX_PENDING_MESSAGES 1