Skip to content

Commit

Permalink
parallelize and randomize text execution
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed Jun 20, 2018
1 parent f763948 commit f719753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DVB.xcodeproj/xcshareddata/xcschemes/DVB-Package.xcscheme
Expand Up @@ -26,11 +26,12 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
skipped = "NO"
parallelizable = "YES"
testExecutionOrdering = "random">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DVB::DVBTests"
Expand All @@ -47,7 +48,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

0 comments on commit f719753

Please sign in to comment.