CMakeLists.txt 166 字节
Newer Older
1
if(WITH_CUSTOM_DEVICE)
2 3
  py_test(test_custom_cpu_plugin SRCS test_custom_cpu_plugin.py)
  set_tests_properties(test_custom_cpu_plugin PROPERTIES TIMEOUT 120)
4
endif()