Skip to content

Commit 1d7e8e6

Browse files
Remove adapters for now
1 parent 0614641 commit 1d7e8e6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CMakeLists.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,23 +225,23 @@ add_custom_target(lint COMMAND bash ${CMAKE_SOURCE_DIR}/ci/lint.sh ${CMAKE_SOURC
225225
# -----------------------------------------------------------------------------
226226
# Build + Enable Testing
227227
# -----------------------------------------------------------------------------
228-
# General function used to hook ctest to python test tool lib
229-
function(pytest test_type test_name)
230-
set(script ${CMAKE_SOURCE_DIR}/scripts/ci/py_hermes_ci/bin/run_test)
228+
# # General function used to hook ctest to python test tool lib
229+
# function(pytest test_type test_name)
230+
# set(script ${CMAKE_SOURCE_DIR}/scripts/ci/py_hermes_ci/bin/run_test)
231231

232-
# add_test(NAME ${test_name}
233-
# COMMAND ${script} ${test_type} ${test_name} ${CMAKE_BINARY_DIR} ${CAE_USE_ADDRESS_SANITIZER})
234-
endfunction()
232+
# # add_test(NAME ${test_name}
233+
# # COMMAND ${script} ${test_type} ${test_name} ${CMAKE_BINARY_DIR} ${CAE_USE_ADDRESS_SANITIZER})
234+
# endfunction()
235235

236-
function(jarvis_test test_type test_name)
237-
add_test(NAME ${test_name}
238-
COMMAND jarvis pipeline run yaml "${CMAKE_SOURCE_DIR}/test/jarvis_wrp_cae/pipelines/${test_type}/${test_name}.yaml")
239-
endfunction()
236+
# function(jarvis_test test_type test_name)
237+
# add_test(NAME ${test_name}
238+
# COMMAND jarvis pipeline run yaml "${CMAKE_SOURCE_DIR}/test/jarvis_wrp_cae/pipelines/${test_type}/${test_name}.yaml")
239+
# endfunction()
240240

241-
enable_testing()
242-
add_subdirectory(test/unit)
241+
# enable_testing()
242+
# add_subdirectory(test/unit)
243243

244244
# install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})
245245

246-
jarvis_repo_add("${CMAKE_SOURCE_DIR}/test/jarvis_wrp_cae" "${CMAKE_SOURCE_DIR}/test/jarvis_wrp_cae/pipelines")
246+
# jarvis_repo_add("${CMAKE_SOURCE_DIR}/test/jarvis_wrp_cae" "${CMAKE_SOURCE_DIR}/test/jarvis_wrp_cae/pipelines")
247247

0 commit comments

Comments
 (0)