added fdmgrTest.cc

This commit is contained in:
Jeff Hill
1999-12-07 17:50:12 +00:00
parent 8471c1a92f
commit 2d14e18256

View File

@@ -3,9 +3,11 @@ TOP=../../..
include $(TOP)/configure/CONFIG
osiTimeTest_LIBS += Com
osiTimeTest_SRCS += osiTimeTest.cc
PROD= osiTimeTest
fdmgrTest_LIBS += Com
fdmgrTest_SRCS += fdmgrTest.c
fdmgrTest_LIBS += Com
fdmgrTest_SRCS += osiTimeTest.cc
PROD= osiTimeTest fdmgrTest
include $(TOP)/configure/RULES_BUILD