codec implementation with lots of tests commited

This commit is contained in:
Matej Sekoranja
2014-02-11 11:17:14 +01:00
parent 224a0f6d9b
commit ae73e7c2ed
8 changed files with 5599 additions and 8 deletions

View File

@@ -88,6 +88,7 @@ class ChannelAccessIFRemoteTest: public ChannelAccessIFTest {
MAIN(testChannelProvider)
{
SET_LOG_LEVEL(logLevelTrace);
ChannelAccessIFRemoteTest caRemoteTest;
return caRemoteTest.runAllTest();
}