Private
Public Access
2
0

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:
Noel Eck
2018-03-12 10:37:56 -07:00
parent 76c8b9a76e
commit 467cf5132d
5 changed files with 210 additions and 4 deletions

View File

@@ -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)