10 lines
396 B
CMake
10 lines
396 B
CMake
paddle_test(test_builtin_parameter SRCS test_builtin_parameter.cc)
|
|
paddle_test(save_load_version_compat_test SRCS save_load_version_compat_test.cc
|
|
DEPS test_dialect)
|
|
|
|
if(WITH_ONNXRUNTIME AND WIN32)
|
|
# Copy onnxruntime for some c++ test in Windows, since the test will
|
|
# be build only in CI, so suppose the generator in Windows is Ninja.
|
|
copy_onnx(test_builtin_parameter)
|
|
endif()
|