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 0b2150b commit 7656179Copy full SHA for 7656179
tasks/CMakeLists.txt
@@ -59,6 +59,10 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
59
file(GLOB SRC_RES "${PATH_PREFIX}/src/*")
60
list(APPEND SRC_RES ${TMP_SRC_RES})
61
62
+ if ("${subd}" MATCHES "_disabled$")
63
+ message(WARNING " -- SKIPPED func and perf tests for ${PATH_TO_TASK}/${subd}")
64
+ continue()
65
+ endif()
66
file(GLOB_RECURSE TMP_FUNC_TESTS_SOURCE_FILES "${PATH_PREFIX}/func_tests/*")
67
list(APPEND FUNC_TESTS_SOURCE_FILES ${TMP_FUNC_TESTS_SOURCE_FILES})
68
0 commit comments