File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -670,24 +670,6 @@ let package = Package(
670
670
// platforms.
671
671
#if !os(Windows)
672
672
package . targets. append ( contentsOf: [
673
- . testTarget(
674
- name: " CommandsTests " ,
675
- dependencies: [
676
- " swift-build " ,
677
- " swift-package " ,
678
- " swift-test " ,
679
- " swift-run " ,
680
- " Basics " ,
681
- " Build " ,
682
- " Commands " ,
683
- " PackageModel " ,
684
- " PackageRegistryTool " ,
685
- " SourceControl " ,
686
- " SPMTestSupport " ,
687
- " Workspace " ,
688
- ]
689
- ) ,
690
-
691
673
. testTarget(
692
674
name: " FunctionalPerformanceTests " ,
693
675
dependencies: [
@@ -712,6 +694,24 @@ if ProcessInfo.processInfo.environment["SWIFTCI_DISABLE_SDK_DEPENDENT_TESTS"] ==
712
694
" SPMTestSupport "
713
695
]
714
696
) ,
697
+
698
+ . testTarget(
699
+ name: " CommandsTests " ,
700
+ dependencies: [
701
+ " swift-build " ,
702
+ " swift-package " ,
703
+ " swift-test " ,
704
+ " swift-run " ,
705
+ " Basics " ,
706
+ " Build " ,
707
+ " Commands " ,
708
+ " PackageModel " ,
709
+ " PackageRegistryTool " ,
710
+ " SourceControl " ,
711
+ " SPMTestSupport " ,
712
+ " Workspace " ,
713
+ ]
714
+ ) ,
715
715
] )
716
716
}
717
717
#endif
You can’t perform that action at this time.
0 commit comments