Updated OCTest project

This commit is contained in:
Phil Nash 2017-09-19 14:37:35 +01:00
parent 8da0d0473b
commit a63b4a75bd
1 changed files with 32 additions and 0 deletions

View File

@ -61,6 +61,14 @@
2621EE821F60360800D9AA4C /* catch_reporter_junit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2621EE7C1F60360800D9AA4C /* catch_reporter_junit.cpp */; };
2621EE831F60360800D9AA4C /* catch_reporter_multi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2621EE7D1F60360800D9AA4C /* catch_reporter_multi.cpp */; };
2621EE841F60360800D9AA4C /* catch_reporter_xml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2621EE7E1F60360800D9AA4C /* catch_reporter_xml.cpp */; };
4A5C29A11F7152A4007CB94C /* catch_interfaces_capture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C29991F7152A4007CB94C /* catch_interfaces_capture.cpp */; };
4A5C29A21F7152A4007CB94C /* catch_interfaces_config.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C299A1F7152A4007CB94C /* catch_interfaces_config.cpp */; };
4A5C29A31F7152A4007CB94C /* catch_interfaces_exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C299B1F7152A4007CB94C /* catch_interfaces_exception.cpp */; };
4A5C29A41F7152A4007CB94C /* catch_interfaces_registry_hub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C299C1F7152A4007CB94C /* catch_interfaces_registry_hub.cpp */; };
4A5C29A51F7152A4007CB94C /* catch_interfaces_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C299D1F7152A4007CB94C /* catch_interfaces_runner.cpp */; };
4A5C29A61F7152A4007CB94C /* catch_interfaces_testcase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C299E1F7152A4007CB94C /* catch_interfaces_testcase.cpp */; };
4A5C29A71F7152A4007CB94C /* catch_reporter_registry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C299F1F7152A4007CB94C /* catch_reporter_registry.cpp */; };
4A5C29A81F7152A4007CB94C /* catch_streambuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4A5C29A01F7152A4007CB94C /* catch_streambuf.cpp */; };
4A63D2AC14E3C1A900F615CB /* OCTest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4A63D2AB14E3C1A900F615CB /* OCTest.1 */; };
4A63D2B314E3C1E600F615CB /* Main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4A63D2B214E3C1E600F615CB /* Main.mm */; };
4A63D2C014E4544700F615CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A63D2BF14E4544700F615CB /* Foundation.framework */; };
@ -137,6 +145,14 @@
2621EE7C1F60360800D9AA4C /* catch_reporter_junit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_reporter_junit.cpp; path = ../../../include/reporters/catch_reporter_junit.cpp; sourceTree = "<group>"; };
2621EE7D1F60360800D9AA4C /* catch_reporter_multi.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_reporter_multi.cpp; path = ../../../include/reporters/catch_reporter_multi.cpp; sourceTree = "<group>"; };
2621EE7E1F60360800D9AA4C /* catch_reporter_xml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_reporter_xml.cpp; path = ../../../include/reporters/catch_reporter_xml.cpp; sourceTree = "<group>"; };
4A5C29991F7152A4007CB94C /* catch_interfaces_capture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_interfaces_capture.cpp; path = ../../../include/internal/catch_interfaces_capture.cpp; sourceTree = "<group>"; };
4A5C299A1F7152A4007CB94C /* catch_interfaces_config.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_interfaces_config.cpp; path = ../../../include/internal/catch_interfaces_config.cpp; sourceTree = "<group>"; };
4A5C299B1F7152A4007CB94C /* catch_interfaces_exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_interfaces_exception.cpp; path = ../../../include/internal/catch_interfaces_exception.cpp; sourceTree = "<group>"; };
4A5C299C1F7152A4007CB94C /* catch_interfaces_registry_hub.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_interfaces_registry_hub.cpp; path = ../../../include/internal/catch_interfaces_registry_hub.cpp; sourceTree = "<group>"; };
4A5C299D1F7152A4007CB94C /* catch_interfaces_runner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_interfaces_runner.cpp; path = ../../../include/internal/catch_interfaces_runner.cpp; sourceTree = "<group>"; };
4A5C299E1F7152A4007CB94C /* catch_interfaces_testcase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_interfaces_testcase.cpp; path = ../../../include/internal/catch_interfaces_testcase.cpp; sourceTree = "<group>"; };
4A5C299F1F7152A4007CB94C /* catch_reporter_registry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_reporter_registry.cpp; path = ../../../include/internal/catch_reporter_registry.cpp; sourceTree = "<group>"; };
4A5C29A01F7152A4007CB94C /* catch_streambuf.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catch_streambuf.cpp; path = ../../../include/internal/catch_streambuf.cpp; sourceTree = "<group>"; };
4A63D2A514E3C1A900F615CB /* OCTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OCTest; sourceTree = BUILT_PRODUCTS_DIR; };
4A63D2AB14E3C1A900F615CB /* OCTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = OCTest.1; sourceTree = "<group>"; };
4A63D2B214E3C1E600F615CB /* Main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Main.mm; sourceTree = "<group>"; };
@ -197,6 +213,14 @@
4AA0D94F154C0A63004B4193 /* Catch */ = {
isa = PBXGroup;
children = (
4A5C29991F7152A4007CB94C /* catch_interfaces_capture.cpp */,
4A5C299A1F7152A4007CB94C /* catch_interfaces_config.cpp */,
4A5C299B1F7152A4007CB94C /* catch_interfaces_exception.cpp */,
4A5C299C1F7152A4007CB94C /* catch_interfaces_registry_hub.cpp */,
4A5C299D1F7152A4007CB94C /* catch_interfaces_runner.cpp */,
4A5C299E1F7152A4007CB94C /* catch_interfaces_testcase.cpp */,
4A5C299F1F7152A4007CB94C /* catch_reporter_registry.cpp */,
4A5C29A01F7152A4007CB94C /* catch_streambuf.cpp */,
2621EE791F60360800D9AA4C /* catch_reporter_bases.cpp */,
2621EE7A1F60360800D9AA4C /* catch_reporter_compact.cpp */,
2621EE7B1F60360800D9AA4C /* catch_reporter_console.cpp */,
@ -307,6 +331,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4A5C29A51F7152A4007CB94C /* catch_interfaces_runner.cpp in Sources */,
2621EE841F60360800D9AA4C /* catch_reporter_xml.cpp in Sources */,
2621EE561F602F8300D9AA4C /* catch_errno_guard.cpp in Sources */,
2621EE4F1F602F8300D9AA4C /* catch_common.cpp in Sources */,
@ -314,12 +339,14 @@
2621EE6E1F602F8300D9AA4C /* catch_test_case_registry_impl.cpp in Sources */,
2621EE6F1F602F8300D9AA4C /* catch_test_case_tracker.cpp in Sources */,
2621EE6D1F602F8300D9AA4C /* catch_test_case_info.cpp in Sources */,
4A5C29A21F7152A4007CB94C /* catch_interfaces_config.cpp in Sources */,
2621EE5A1F602F8300D9AA4C /* catch_leak_detector.cpp in Sources */,
2621EE501F602F8300D9AA4C /* catch_config.cpp in Sources */,
2621EE6A1F602F8300D9AA4C /* catch_tag_alias_autoregistrar.cpp in Sources */,
2621EE751F602F8300D9AA4C /* catch_totals.cpp in Sources */,
2621EE801F60360800D9AA4C /* catch_reporter_compact.cpp in Sources */,
4A63D2B314E3C1E600F615CB /* Main.mm in Sources */,
4A5C29A61F7152A4007CB94C /* catch_interfaces_testcase.cpp in Sources */,
2621EE711F602F8300D9AA4C /* catch_test_spec_parser.cpp in Sources */,
2621EE5F1F602F8300D9AA4C /* catch_random_number_generator.cpp in Sources */,
2621EE531F602F8300D9AA4C /* catch_debug_console.cpp in Sources */,
@ -328,6 +355,7 @@
2621EE5B1F602F8300D9AA4C /* catch_list.cpp in Sources */,
2621EE581F602F8300D9AA4C /* catch_fatal_condition.cpp in Sources */,
2621EE5D1F602F8300D9AA4C /* catch_matchers.cpp in Sources */,
4A5C29A41F7152A4007CB94C /* catch_interfaces_registry_hub.cpp in Sources */,
2621EE7F1F60360800D9AA4C /* catch_reporter_bases.cpp in Sources */,
2621EE591F602F8300D9AA4C /* catch_interfaces_reporter.cpp in Sources */,
2621EE611F602F8300D9AA4C /* catch_result_type.cpp in Sources */,
@ -341,10 +369,12 @@
2621EE621F602F8300D9AA4C /* catch_run_context.cpp in Sources */,
2621EE6C1F602F8300D9AA4C /* catch_tag_alias.cpp in Sources */,
2621EE1A1F602F2C00D9AA4C /* catch_approx.cpp in Sources */,
4A5C29A31F7152A4007CB94C /* catch_interfaces_exception.cpp in Sources */,
2621EE511F602F8300D9AA4C /* catch_console_colour.cpp in Sources */,
2621EE771F602F8300D9AA4C /* catch_wildcard_pattern.cpp in Sources */,
2621EE811F60360800D9AA4C /* catch_reporter_console.cpp in Sources */,
2621EE691F602F8300D9AA4C /* catch_stringref.cpp in Sources */,
4A5C29A11F7152A4007CB94C /* catch_interfaces_capture.cpp in Sources */,
4A63D2C614E454CC00F615CB /* CatchOCTestCase.mm in Sources */,
2621EE831F60360800D9AA4C /* catch_reporter_multi.cpp in Sources */,
2621EE541F602F8300D9AA4C /* catch_debugger.cpp in Sources */,
@ -352,6 +382,7 @@
4A63D2C714E454CC00F615CB /* OCTest.mm in Sources */,
2621EE5C1F602F8300D9AA4C /* catch_matchers_string.cpp in Sources */,
2621EE4E1F602F8300D9AA4C /* catch_commandline.cpp in Sources */,
4A5C29A71F7152A4007CB94C /* catch_reporter_registry.cpp in Sources */,
2621EE651F602F8300D9AA4C /* catch_session.cpp in Sources */,
2621EE661F602F8300D9AA4C /* catch_startup_exception_registry.cpp in Sources */,
2621EE641F602F8300D9AA4C /* catch_section.cpp in Sources */,
@ -361,6 +392,7 @@
2621EE671F602F8300D9AA4C /* catch_stream.cpp in Sources */,
2621EE551F602F8300D9AA4C /* catch_decomposer.cpp in Sources */,
2621EE4A1F602F8300D9AA4C /* catch_assertionhandler.cpp in Sources */,
4A5C29A81F7152A4007CB94C /* catch_streambuf.cpp in Sources */,
2621EE631F602F8300D9AA4C /* catch_section_info.cpp in Sources */,
2621EE521F602F8300D9AA4C /* catch_context.cpp in Sources */,
2621EE571F602F8300D9AA4C /* catch_exception_translator_registry.cpp in Sources */,