Files
epics-base/src/libCom/test/Makefile
Marty Kraimer d85256a196 add timerTest
2000-02-11 17:01:42 +00:00

31 lines
624 B
Makefile

TOP=../../..
include $(TOP)/configure/CONFIG
PROD_LIBS += Com
timerTestHost_SRCS += timerTestMain.c timerTest.c
PROD += timerTestHost
OBJS_IOC += timerTest
semBinaryTestHost_SRCS += semBinaryTestMain.c semBinaryTest.c
PROD += semBinaryTestHost
OBJS_IOC += semBinaryTest
semMutexTestHost_SRCS += semMutexTestMain.c semMutexTest.c
PROD += semMutexTestHost
OBJS_IOC += semMutexTest
threadTestHost_SRCS += threadTestMain.c threadTest.c
PROD += threadTestHost
OBJS_IOC += threadTest
#fdmgrTest_SRCS += fdmgrTest.c
#PROD += fdmgrTest
osiTimeTest_SRCS += osiTimeTest.cc
PROD += osiTimeTest
include $(TOP)/configure/RULES