From ca17594d00ee1cf48f6ed54814474da27971048c Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 6 Nov 2003 17:03:07 +0000 Subject: [PATCH] add devLoTestAsyn and devMbboDirectTestAsyn --- src/dev/testDev/Makefile | 2 ++ src/dev/testDev/devTestAsyn.dbd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/dev/testDev/Makefile b/src/dev/testDev/Makefile index cc942d92e..bd6a834bd 100644 --- a/src/dev/testDev/Makefile +++ b/src/dev/testDev/Makefile @@ -19,8 +19,10 @@ LIBSRCS += devBiTestAsyn.c LIBSRCS += devBoTestAsyn.c LIBSRCS += devEventTestIoEvent.c LIBSRCS += devHistogramTestAsyn.c +LIBSRCS += devLoTestAsyn.c LIBSRCS += devMbbiTestAsyn.c LIBSRCS += devMbboTestAsyn.c +LIBSRCS += devMbboDirectTestAsyn.c LIBSRCS += devSiTestAsyn.c LIBSRCS += devSoTestAsyn.c LIBSRCS += devWfTestAsyn.c diff --git a/src/dev/testDev/devTestAsyn.dbd b/src/dev/testDev/devTestAsyn.dbd index cfd6610b8..a40eeabd0 100644 --- a/src/dev/testDev/devTestAsyn.dbd +++ b/src/dev/testDev/devTestAsyn.dbd @@ -5,8 +5,10 @@ device(ao,CONSTANT,devAoTestAsyn,"Test Asyn") device(bi,CONSTANT,devBiTestAsyn,"Test Asyn") device(bo,CONSTANT,devBoTestAsyn,"Test Asyn") device(event,CONSTANT,devEventTestIoEvent,"Test Asyn") +device(longout,CONSTANT,devLoTestAsyn,"Test Asyn") device(mbbi,CONSTANT,devMbbiTestAsyn,"Test Asyn") device(mbbo,CONSTANT,devMbboTestAsyn,"Test Asyn") +device(mbboDirect,CONSTANT,devMbboDirectTestAsyn,"Test Asyn") device(stringin,CONSTANT,devSiTestAsyn,"Test Asyn") device(stringout,CONSTANT,devSoTestAsyn,"Test Asyn") device(waveform,CONSTANT,devWfTestAsyn,"Test Asyn")