mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user