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")