gtest: Added Google Test
Added Google Test for unit testing. Currently NOT required by
MRAA CMake.
* Added a test fixture for mraa common C header methods.
* Added a test fixture for mraa common C++ header methods.
Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@@ -36,3 +36,6 @@ if (BUILDSWIGPYTHON)
|
||||
message (STATUS "Could not run tests since python interpreter or python bindings not built")
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# Add mraa unit tests
|
||||
add_subdirectory(unit)
|
||||
|
||||
Reference in New Issue
Block a user