From ccad8dc0b92e452fe0010262e684c6c7a6ca4ac3 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Wed, 2 Feb 2022 20:41:05 -0600 Subject: [PATCH] Build test programs --- andorApp/src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/andorApp/src/Makefile b/andorApp/src/Makefile index 9bc26c5f..bcd64f06 100755 --- a/andorApp/src/Makefile +++ b/andorApp/src/Makefile @@ -25,6 +25,11 @@ endif include $(ADCORE)/ADApp/commonLibraryMakefile +PROD_IOC_Linux += linuxTest +PROD_IOC_Linux += FKTest +PROD_IOC_Linux += accumTest +PROD_SYS_LIBS += andor + #============================= include $(TOP)/configure/RULES