We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6654b8f commit 601c8c2Copy full SHA for 601c8c2
tests/CMakeLists.txt
@@ -61,15 +61,9 @@ endif()
61
ncnn_add_test(c_api)
62
ncnn_add_test(cpu)
63
ncnn_add_test(cpu_large)
64
-ncnn_add_test(cpu_simulation)
65
ncnn_add_test(expression)
66
ncnn_add_test(paramdict)
67
68
-# Add validate_cpu_support test manually
69
-add_executable(test_validate_cpu_support validate_cpu_support.cpp)
70
-target_link_libraries(test_validate_cpu_support ncnn)
71
-add_test(NAME test_validate_cpu_support COMMAND test_validate_cpu_support)
72
-
73
if(NCNN_VULKAN)
74
ncnn_add_test(command)
75
endif()
0 commit comments