From 77a498d991bd3cde7aa96585f7865337aef91999 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Sun, 29 Nov 2015 06:16:25 +0000 Subject: [PATCH] Disable a couple of tests, perhaps temporarily, since they use private symbols that are not exported from librt. --- tests/sys/mqueue/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sys/mqueue/Makefile b/tests/sys/mqueue/Makefile index 63741d26b77e..952cb672fe31 100644 --- a/tests/sys/mqueue/Makefile +++ b/tests/sys/mqueue/Makefile @@ -10,8 +10,8 @@ CFLAGS+= -I${SRCTOP}/tests PROGS+= mqtest1 PROGS+= mqtest2 -PROGS+= mqtest3 -PROGS+= mqtest4 +#PROGS+= mqtest3 +#PROGS+= mqtest4 PROGS+= mqtest5 LDADD+= -lrt