Fix UnitTests and run it in windows too.

This commit is contained in:
Phenom 2016-07-15 15:03:41 +02:00
parent 8ccfee20bb
commit 3152ecaa9b
19 changed files with 261 additions and 155 deletions

View file

@ -101,6 +101,7 @@ int test_SerialiseTlvItem(std::ostream &str, RsTlvItem *in, RsTlvItem *out)
in->print(str, 0);
displayRawPacket(str, serbuffer, serialOffset);
out->print(str, 0);
str << std::endl;
return 1;
}