fix Makefile test for including readlineTest
This commit is contained in:
committed by
Andrew Johnson
parent
693c95e1d0
commit
f911f8ca3e
@@ -344,14 +344,7 @@ TESTS += nonEpicsThreadPriorityTest
|
||||
endif
|
||||
endif
|
||||
|
||||
# HK: improve detection of valid command line libraries
|
||||
ifeq ($(COMMANDLINE_LIBRARY),READLINE)
|
||||
TESTPROD_HOST += readlineTest
|
||||
readlineTest_SRCS += readlineTest.c
|
||||
TESTS += readlineTest
|
||||
TESTFILES += ../multiline-input.txt ../multiline-expect.txt
|
||||
endif
|
||||
ifeq ($(COMMANDLINE_LIBRARY),EPICS)
|
||||
ifneq ($(filter READLINE EPICS,$(COMMANDLINE_LIBRARY)),)
|
||||
TESTPROD_HOST += readlineTest
|
||||
readlineTest_SRCS += readlineTest.c
|
||||
TESTS += readlineTest
|
||||
|
||||
Reference in New Issue
Block a user