another attempt to fix windows build

This commit is contained in:
mrkraimer
2018-09-30 07:12:27 -04:00
parent 7e0bc0c45a
commit 93c6305952
6 changed files with 25 additions and 11 deletions

View File

@ -30,6 +30,7 @@
#include <pv/channelProviderLocal.h>
#include <pv/convert.h>
#include <pv/pvStructureCopy.h>
#include <pv/pvDatabase.h>
#define epicsExportSharedSymbols
#include "powerSupply.h"
@ -267,6 +268,7 @@ static void ignoreTest()
MAIN(testPlugin)
{
testPlan(22);
PVDatabasePtr pvDatabase(PVDatabase::getMaster());
deadbandTest();
arrayTest();
timeStampTest();