From 925f6704ce4fc68fa54527be965a01cb61ac2f95 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Mon, 22 Jun 2020 07:36:15 +0200 Subject: [PATCH] Add clock_nanosleep emulation for macOS --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 29710f6c..b53622e6 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -44,7 +44,7 @@ endif ifeq (-$(CONFIG_WIN32)-,-yes-) SKIP += 106_pthread.test # No pthread support endif -ifneq (-$(CONFIG_WIN32)-$(CONFIG_OSX)-$(findstring $(GCC_MAJOR),3 4)-,---) +ifneq (-$(CONFIG_WIN32)-$(findstring $(GCC_MAJOR),3 4)-,---) SKIP += 114_bound_signal.test # not on windows or older linuxes endif