Closed ddiakopoulos closed 8 years ago
Came across this: https://github.com/IntelRealSense/realsense_sdk/blob/master/sdk/test/main.cpp#L8 Is Google Test required to run the tests in this repo? If so, this needs to be reflected in the documentation
As a side note: librealsense standardized on the Catch library which has much of the same functionality
GTest added to the dependency list in Readme.md
Came across this: https://github.com/IntelRealSense/realsense_sdk/blob/master/sdk/test/main.cpp#L8 Is Google Test required to run the tests in this repo? If so, this needs to be reflected in the documentation
As a side note: librealsense standardized on the Catch library which has much of the same functionality