From 603f2cfd9d89b9f57e9fbb5f9ee73d587dbc3aa3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 15 Feb 2001 17:15:50 +0000 Subject: [PATCH] installed epicsTimer test --- src/libCom/test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index cdbb72ec7..c88c9f2ce 100644 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -24,6 +24,10 @@ timerTestHost_SRCS += timerTestMain.c timerTest.c PROD += timerTestHost OBJS_IOC += timerTest +epicsTimerTestHost_SRCS += epicsTimerTestMain.cpp epicsTimerTest.cpp +PROD += epicsTimerTestHost +OBJS_IOC += epicsTimerTest + ringPointerTestHost_SRCS += ringPointerTestMain.c ringPointerTest.c PROD += ringPointerTestHost OBJS_IOC += ringPointerTest