Re-enable the tests disabled during C API renaming

This commit is contained in:
Changming Sun 2019-03-04 18:09:18 -08:00
parent 1288a8caed
commit bfa21c0b9f

View file

@ -304,7 +304,7 @@ if (MSVC)
endif()
if (onnxruntime_RUN_ONNX_TESTS)
add_definitions(-DONNXRUNTIME_RUN_EXTERNAL_ONNX_TESTS)
add_definitions(-DORT_RUN_EXTERNAL_ONNX_TESTS)
endif()
if (onnxruntime_USE_MLAS)