summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmq01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-25 11:05:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-29 10:52:48 +0100
commitef16a111c72cbea68213cabebf345cd4f9e40e6c (patch)
treee3bc419daac1c35628ed65baf801ca2e478827e2 /testsuites/psxtmtests/psxtmmq01
parentposix: Provide threads by default (diff)
downloadrtems-ef16a111c72cbea68213cabebf345cd4f9e40e6c.tar.bz2
posix: Enable psxtmtests tests by default
Update #2514.
Diffstat (limited to 'testsuites/psxtmtests/psxtmmq01')
-rw-r--r--testsuites/psxtmtests/psxtmmq01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmmq01/init.c b/testsuites/psxtmtests/psxtmmq01/init.c
index ac5ab402a8..d4bdf6d8f6 100644
--- a/testsuites/psxtmtests/psxtmmq01/init.c
+++ b/testsuites/psxtmtests/psxtmmq01/init.c
@@ -140,6 +140,7 @@ static void benchmark_mq_unlink(void)
static void benchmark_mq_notify(void)
{
+#if defined(RTEMS_POSIX_API)
benchmark_timer_t end_time;
int status;
struct sigevent event;
@@ -159,6 +160,7 @@ static void benchmark_mq_notify(void)
0,
0
);
+#endif
}
static void benchmark_mq_send(void)