diff --git a/testApp/remote/Makefile b/testApp/remote/Makefile index 0047a82..c4f4728 100644 --- a/testApp/remote/Makefile +++ b/testApp/remote/Makefile @@ -5,7 +5,9 @@ SRC_DIRS += $(PVACCESS_TEST)/remote TESTPROD_HOST += testChannelAccess testChannelAccess_SRCS = channelAccessIFTest.cpp testHarness_SRCS += channelAccessIFTest.cpp +ifneq (RTEMS,$(OS_CLASS)) TESTS += testChannelAccess +endif TESTPROD_HOST += testCodec testCodec_SRCS = testCodec