mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 15:50:17 +01:00
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "12F2CDCE-49CC-41E9-828F-4F7F24C65D08",
|
|
"name" : "Configuration 1",
|
|
"options" : {
|
|
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"codeCoverage" : false,
|
|
"testTimeoutsEnabled" : true
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"parallelizable" : true,
|
|
"target" : {
|
|
"containerPath" : "container:FoundationExtras",
|
|
"identifier" : "FoundationExtrasTests",
|
|
"name" : "FoundationExtrasTests"
|
|
}
|
|
},
|
|
{
|
|
"parallelizable" : true,
|
|
"target" : {
|
|
"containerPath" : "container:AppKitExtras",
|
|
"identifier" : "AppKitExtrasTests",
|
|
"name" : "AppKitExtrasTests"
|
|
}
|
|
},
|
|
{
|
|
"parallelizable" : true,
|
|
"target" : {
|
|
"containerPath" : "container:Parser",
|
|
"identifier" : "ParserTests",
|
|
"name" : "ParserTests"
|
|
}
|
|
},
|
|
{
|
|
"parallelizable" : true,
|
|
"target" : {
|
|
"containerPath" : "container:Tree",
|
|
"identifier" : "TreeTests",
|
|
"name" : "TreeTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|