We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693c95e commit f911f8cCopy full SHA for f911f8c
1 file changed
modules/libcom/test/Makefile
@@ -344,14 +344,7 @@ TESTS += nonEpicsThreadPriorityTest
344
endif
345
346
347
-# HK: improve detection of valid command line libraries
348
-ifeq ($(COMMANDLINE_LIBRARY),READLINE)
349
-TESTPROD_HOST += readlineTest
350
-readlineTest_SRCS += readlineTest.c
351
-TESTS += readlineTest
352
-TESTFILES += ../multiline-input.txt ../multiline-expect.txt
353
-endif
354
-ifeq ($(COMMANDLINE_LIBRARY),EPICS)
+ifneq ($(filter READLINE EPICS,$(COMMANDLINE_LIBRARY)),)
355
TESTPROD_HOST += readlineTest
356
readlineTest_SRCS += readlineTest.c
357
TESTS += readlineTest
0 commit comments