File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ let package = Package(
725
725
726
726
// MARK: Additional Test Dependencies
727
727
728
- . target (
728
+ . testTarget (
729
729
/** SwiftPM internal build test suite support library */
730
730
name: " _InternalBuildTestSupport " ,
731
731
dependencies: [
@@ -734,12 +734,13 @@ let package = Package(
734
734
" SwiftBuildSupport " ,
735
735
" _InternalTestSupport "
736
736
] ,
737
+ path: " Sources/_InternalBuildTestSupport " ,
737
738
swiftSettings: [
738
739
. unsafeFlags( [ " -static " ] ) ,
739
740
]
740
741
) ,
741
742
742
- . target (
743
+ . testTarget (
743
744
/** SwiftPM internal test suite support library */
744
745
name: " _InternalTestSupport " ,
745
746
dependencies: [
@@ -754,6 +755,7 @@ let package = Package(
754
755
. product( name: " OrderedCollections " , package : " swift-collections " ) ,
755
756
" Workspace " ,
756
757
] ,
758
+ path: " ./Sources/_InternalTestSupport " ,
757
759
swiftSettings: [
758
760
. unsafeFlags( [ " -static " ] ) ,
759
761
]
You can’t perform that action at this time.
0 commit comments