From cde682f7baf67fe6eebe02100461cc5d1f05e1ab Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 18 Mar 2019 16:08:20 -0700 Subject: [PATCH] nonEpicsThreadPriorityTest is Linux only --- modules/libcom/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/test/Makefile b/modules/libcom/test/Makefile index 130c23512..f2e495a90 100755 --- a/modules/libcom/test/Makefile +++ b/modules/libcom/test/Makefile @@ -288,7 +288,7 @@ TESTPROD_HOST += cvtFastPerform cvtFastPerform_SRCS += cvtFastPerform.cpp testHarness_SRCS += cvtFastPerform.cpp -ifeq ($(POSIX),YES) +ifeq ($(OS_CLASS),Linux) ifeq ($(USE_POSIX_THREAD_PRIORITY_SCHEDULING),YES) TESTPROD_HOST += nonEpicsThreadPriorityTest nonEpicsThreadPriorityTest_SRCS += nonEpicsThreadPriorityTest.cpp