gtest: Added Google Test

Added Google Test for unit testing.  Currently NOT required by UPM
CMake.

    * Added a test fixture for the utilities library.
    * Fixed bug in delay methods provided by utilities library.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-03-02 11:45:15 -08:00
parent c54d6de054
commit 92b0919f56
4 changed files with 94 additions and 6 deletions

View File

@ -82,3 +82,6 @@ endif (BUILDSWIGPYTHON AND PYTHON3INTERP_FOUND)
# -DUPMBASEDIR=${CMAKE_SOURCE_DIR}
# -P ${CMAKE_SOURCE_DIR}/tests/runjsontest.cmake)
#endif(NPM_EXECUTABLE)
# Unit tests
add_subdirectory (unit)