mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-10 16:19:54 +01:00
458e5eec16
Added separate Xcode 4 project. Fixed some warnings. Fixed OutputDebugString decl for MinGW
155 lines
5.2 KiB
XML
155 lines
5.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
version = "1.3">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES">
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "8DD76F620486A84900D96B5E"
|
|
BuildableName = "Test"
|
|
BlueprintName = "Test"
|
|
ReferencedContainer = "container:Test.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
buildConfiguration = "Debug">
|
|
<Testables>
|
|
</Testables>
|
|
</TestAction>
|
|
<LaunchAction
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
|
|
displayScaleIsEnabled = "NO"
|
|
displayScale = "1.00"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
buildConfiguration = "Debug">
|
|
<BuildableProductRunnable>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "8DD76F620486A84900D96B5E"
|
|
BuildableName = "Test"
|
|
BlueprintName = "Test"
|
|
ReferencedContainer = "container:Test.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
<CommandLineArguments>
|
|
<CommandLineArgument
|
|
argument = "-t ./inprogress/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-r junit"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-r xml"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t ./succeeding/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-s"
|
|
isEnabled = "YES">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t explore/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-o %debug"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t "./succeeding/conditions/unsigned-negative""
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t "./failing/conditions/unsigned-negative""
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t "investigation/neg comp""
|
|
isEnabled = "YES">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t meta/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-b"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-l"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t example/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t ./failing/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t ./inprogress/succeeding/side-effects"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-h"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t "./failing/string literals""
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-t ./succeeding/generators/*"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
</CommandLineArguments>
|
|
<AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
displayScaleIsEnabled = "NO"
|
|
displayScale = "1.00"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
buildConfiguration = "Release">
|
|
<BuildableProductRunnable>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "8DD76F620486A84900D96B5E"
|
|
BuildableName = "Test"
|
|
BlueprintName = "Test"
|
|
ReferencedContainer = "container:Test.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|