[rtems commit] testsuite: Fix build
Sebastian Huber
sebh at rtems.org
Mon Oct 23 11:49:35 UTC 2017
Module: rtems
Branch: master
Commit: 88e84c2236146049386be55b4f6373cf75c50aed
Changeset: http://git.rtems.org/rtems/commit/?id=88e84c2236146049386be55b4f6373cf75c50aed
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Oct 23 13:48:56 2017 +0200
testsuite: Fix build
Updates #3170.
---
testsuites/smptests/smpscheduler03/test.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/smptests/smpscheduler03/test.c b/testsuites/smptests/smpscheduler03/test.c
index 3f6b9e3..f804bc7 100644
--- a/testsuites/smptests/smpscheduler03/test.c
+++ b/testsuites/smptests/smpscheduler03/test.c
@@ -21,6 +21,8 @@
#include <rtems/score/threadimpl.h>
#include <rtems/score/schedulersmpimpl.h>
+#define TEST_INIT
+
#include "tmacros.h"
void Init(rtems_task_argument arg);
More information about the vc
mailing list