File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
49
49
50
50
SUBDIRLIST (subdirs ${PATH_TO_TASK} )
51
51
foreach (subd ${subdirs} )
52
+ if ("${subd} " MATCHES "_disabled$" )
53
+ message (WARNING " -- SKIPPED func and perf tests for ${PATH_TO_TASK} /${subd} " )
54
+ continue ()
55
+ endif ()
52
56
get_filename_component (PROJECT_ID ${subd} NAME )
53
57
set (PATH_PREFIX "${PATH_TO_TASK} /${subd} " )
54
58
message (STATUS "-- ${PROJECT_ID}${project_suffix} " )
@@ -59,10 +63,6 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
59
63
file (GLOB SRC_RES "${PATH_PREFIX} /src/*" )
60
64
list (APPEND SRC_RES ${TMP_SRC_RES} )
61
65
62
- if ("${subd} " MATCHES "_disabled$" )
63
- message (WARNING " -- SKIPPED func and perf tests for ${PATH_TO_TASK} /${subd} " )
64
- continue ()
65
- endif ()
66
66
file (GLOB_RECURSE TMP_FUNC_TESTS_SOURCE_FILES "${PATH_PREFIX} /func_tests/*" )
67
67
list (APPEND FUNC_TESTS_SOURCE_FILES ${TMP_FUNC_TESTS_SOURCE_FILES} )
68
68
You can’t perform that action at this time.
0 commit comments