mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix post merge test. This doesn't get triggered as part of gated PR checks. (#3277)
This commit is contained in:
parent
b880c48c4c
commit
84015d9491
1 changed files with 0 additions and 3 deletions
|
|
@ -360,9 +360,6 @@ set_target_properties(onnxruntime_test_utils PROPERTIES FOLDER "ONNXRuntimeTest"
|
|||
set(all_tests ${onnxruntime_test_common_src} ${onnxruntime_test_ir_src} ${onnxruntime_test_optimizer_src} ${onnxruntime_test_framework_src} ${onnxruntime_test_providers_src})
|
||||
if(NOT TARGET onnxruntime)
|
||||
list(APPEND all_tests ${onnxruntime_shared_lib_test_SRC})
|
||||
if (NOT onnxruntime_USE_NNAPI)
|
||||
list(APPEND all_tests ${onnxruntime_global_thread_pools_test_SRC})
|
||||
endif()
|
||||
endif()
|
||||
set(all_dependencies ${onnxruntime_test_providers_dependencies} )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue