File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,11 @@ foreach(SDK ${SWIFT_SDKS})
316
316
COMMENT "Running ${test_subset} Swift tests for ${VARIANT_TRIPLE} "
317
317
USES_TERMINAL )
318
318
319
+ set (test_dependencies_target_name
320
+ "swift${test_subset_target_suffix}${test_mode_target_suffix}${VARIANT_SUFFIX} -test-depends" )
321
+ add_custom_target ("${test_dependencies_target_name} "
322
+ DEPENDS ${dependencies} )
323
+
319
324
add_custom_target ("${test_target_name} -custom"
320
325
${command_upload_stdlib}
321
326
${command_upload_swift_reflection_test}
@@ -353,5 +358,8 @@ foreach(test_mode ${TEST_MODES})
353
358
DEPENDS "${test_target_name}${SWIFT_PRIMARY_VARIANT_SUFFIX} " )
354
359
set_property (TARGET "${test_target_name} "
355
360
PROPERTY FOLDER "Tests/check-swift" )
361
+
362
+ add_custom_target ("swift${test_subset_target_suffix}${test_mode_target_suffix} -test-depends"
363
+ DEPENDS "swift${test_subset_target_suffix}${test_mode_target_suffix}${SWIFT_PRIMARY_VARIANT_SUFFIX} -test-depends" )
356
364
endforeach ()
357
365
endforeach ()
You can’t perform that action at this time.
0 commit comments