mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
CTest: Removed failing JSON lint test
Currently failing since a dependency has been deprecated. Will enable once a solution is in place. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
cc7fec9ae0
commit
3d674efb51
@ -75,10 +75,10 @@ if (BUILDSWIGPYTHON AND PYTHON3INTERP_FOUND)
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/src/)
|
||||
endif (BUILDSWIGPYTHON AND PYTHON3INTERP_FOUND)
|
||||
|
||||
# add JSON test
|
||||
if(NPM_EXECUTABLE)
|
||||
add_test (NAME check_jsons COMMAND ${CMAKE_COMMAND}
|
||||
-DNPMEXEC=${NPM_EXECUTABLE}
|
||||
-DUPMBASEDIR=${CMAKE_SOURCE_DIR}
|
||||
-P ${CMAKE_SOURCE_DIR}/tests/runjsontest.cmake)
|
||||
endif(NPM_EXECUTABLE)
|
||||
## Check json library descriptor files for required fields
|
||||
#if(NPM_EXECUTABLE)
|
||||
# add_test (NAME check_jsons COMMAND ${CMAKE_COMMAND}
|
||||
# -DNPMEXEC=${NPM_EXECUTABLE}
|
||||
# -DUPMBASEDIR=${CMAKE_SOURCE_DIR}
|
||||
# -P ${CMAKE_SOURCE_DIR}/tests/runjsontest.cmake)
|
||||
#endif(NPM_EXECUTABLE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user