mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-24 02:21:00 +00:00
54f4364c33
Move Core Data tests out of the Library package so that we can still use the more efficient `swift test` for most tests. Create a PassepartoutTests target only for tests that require `xcodebuild`, like Core Data tests. Eventually: - PRs only run SwiftPM tests - Releases run ALL tests with `scan` before `gym`
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "880EB747-73AE-45F8-B6D3-95D06B161AB1",
|
|
"name" : "Configuration 1",
|
|
"options" : {
|
|
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"testTimeoutsEnabled" : true
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "AppUIMainTests",
|
|
"name" : "AppUIMainTests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "UILibraryTests",
|
|
"name" : "UILibraryTests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "CommonLibraryTests",
|
|
"name" : "CommonLibraryTests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout\/Library",
|
|
"identifier" : "LegacyV2Tests",
|
|
"name" : "LegacyV2Tests"
|
|
}
|
|
},
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:Passepartout.xcodeproj",
|
|
"identifier" : "0E3FF4AD2CE3AF6F00BFF640",
|
|
"name" : "PassepartoutTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|