add test for plugin

This commit is contained in:
mrkraimer
2018-07-13 11:50:27 -04:00
parent 3e0282d956
commit a2a07a1d33
7 changed files with 282 additions and 13 deletions

View File

@@ -71,7 +71,6 @@ static void test()
pvRecord->unlock();
}
if(debug) {cout << "processed exampleDouble " << endl; }
channelProvider->destroy();
}
MAIN(testLocalProvider)