Skip to content

Commit 9c5216f

Browse files
authored
[test] Add swift-scan-test to test dependencies (#72280)
The swift-scan-test is exclusively used from the tests, but it was not added to the `*-test-depends` targets, so trying to prepare the test dependencies will not had build it, and test failures will happen.
1 parent 56d337d commit 9c5216f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ function(get_test_dependencies SDK result_var_name)
5858
swift-ide-test
5959
swift-refactor
6060
swift-reflection-dump
61-
swift-remoteast-test)
61+
swift-remoteast-test
62+
swift-scan-test)
6263

6364
if(SWIFT_BUILD_SOURCEKIT)
6465
list(APPEND deps_binaries sourcekitd-test complete-test)

0 commit comments

Comments
 (0)