crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
415 stars 142 forks source link

Update master branch to GTest 1.8 and refactor unit tests for better Read/Write and Set/Get method coverage. #75

Closed mcsauder closed 7 years ago

mcsauder commented 7 years ago

Hi CrayzeeWulf,

This PR updates the top level CMakeLists.txt file to use GTest version 1.8 to match the version associated with Ubuntu 17.04 and refactors the unit tests such that each test covers only single methods rather than multiple read/write methods as previous.

Please let me know if you have any questions on this PR. Thanks!

-Mark