|
|
@@ -15,9 +15,12 @@
|
|
|
CD5A559E29DE35E900881E7E /* join_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A559D29DE35E900881E7E /* join_test.cxx */; };
|
|
|
CD5A55A029DE375B00881E7E /* composed_views_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A559F29DE375B00881E7E /* composed_views_test.cxx */; };
|
|
|
CD5A55A229DE37B400881E7E /* iota_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A55A129DE37B400881E7E /* iota_test.cxx */; };
|
|
|
+ CD5A55A429DF792000881E7E /* single_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A55A329DF792000881E7E /* single_test.cxx */; };
|
|
|
+ CD5A55A629DF8DEE00881E7E /* for_each_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A55A529DF8DEE00881E7E /* for_each_test.cxx */; };
|
|
|
+ CD5A55A829DF8E7B00881E7E /* subrange_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A55A729DF8E7B00881E7E /* subrange_test.cxx */; };
|
|
|
+ CD5A55AA29DF8EDB00881E7E /* ref_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD5A55A929DF8EDB00881E7E /* ref_test.cxx */; };
|
|
|
CDA37D4029D9D38E000A1F97 /* all_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA37D3E29D9D38E000A1F97 /* all_test.cxx */; };
|
|
|
CDA54F9E29DA59C4006C0FAA /* common_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA54F9D29DA59C4006C0FAA /* common_test.cxx */; };
|
|
|
- CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD9337281E3CD78B00699FF5 /* stream_test.cxx */; };
|
|
|
CDEC1D7923514BF80091D9F2 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1D6323514BB50091D9F2 /* GoogleMock.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
@@ -102,13 +105,16 @@
|
|
|
CD5A559D29DE35E900881E7E /* join_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = join_test.cxx; sourceTree = "<group>"; };
|
|
|
CD5A559F29DE375B00881E7E /* composed_views_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = composed_views_test.cxx; sourceTree = "<group>"; };
|
|
|
CD5A55A129DE37B400881E7E /* iota_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = iota_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CD5A55A329DF792000881E7E /* single_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = single_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CD5A55A529DF8DEE00881E7E /* for_each_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = for_each_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CD5A55A729DF8E7B00881E7E /* subrange_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = subrange_test.cxx; sourceTree = "<group>"; };
|
|
|
+ CD5A55A929DF8EDB00881E7E /* ref_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ref_test.cxx; sourceTree = "<group>"; };
|
|
|
CD5A8D3529D63C05008C2A4F /* count.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = count.h; sourceTree = "<group>"; };
|
|
|
CD5A8D3B29D63DF5008C2A4F /* named_pair.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = named_pair.h; sourceTree = "<group>"; };
|
|
|
CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
|
CD6EBE1C29D5C61700F387C1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
|
CD6EBE2329D5CAD900F387C1 /* size.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = size.h; sourceTree = "<group>"; };
|
|
|
CD6EBE2629D63B9E00F387C1 /* minmax.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minmax.h; sourceTree = "<group>"; };
|
|
|
- CD9337281E3CD78B00699FF5 /* stream_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = stream_test.cxx; sourceTree = "<group>"; };
|
|
|
CDA37D3929D9BDED000A1F97 /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
|
|
|
CDA37D3A29D9BDF2000A1F97 /* undef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undef.h; sourceTree = "<group>"; };
|
|
|
CDA37D3B29D9C30B000A1F97 /* common_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common_iterator.h; sourceTree = "<group>"; };
|
|
|
@@ -232,14 +238,17 @@
|
|
|
CD64CCB926232D6900770A30 /* xcode_gtest_helper.h */,
|
|
|
CDA37D4429D9D55D000A1F97 /* stream_matchers.h */,
|
|
|
CD5A559429DCD12300881E7E /* stream_helpers.h */,
|
|
|
- CD9337281E3CD78B00699FF5 /* stream_test.cxx */,
|
|
|
CDA37D3E29D9D38E000A1F97 /* all_test.cxx */,
|
|
|
CDA54F9D29DA59C4006C0FAA /* common_test.cxx */,
|
|
|
CD5A559F29DE375B00881E7E /* composed_views_test.cxx */,
|
|
|
CD5A559929DE34B800881E7E /* filter_test.cxx */,
|
|
|
CD5A559B29DE353800881E7E /* fold_test.cxx */,
|
|
|
+ CD5A55A529DF8DEE00881E7E /* for_each_test.cxx */,
|
|
|
CD5A55A129DE37B400881E7E /* iota_test.cxx */,
|
|
|
CD5A559D29DE35E900881E7E /* join_test.cxx */,
|
|
|
+ CD5A55A929DF8EDB00881E7E /* ref_test.cxx */,
|
|
|
+ CD5A55A329DF792000881E7E /* single_test.cxx */,
|
|
|
+ CD5A55A729DF8E7B00881E7E /* subrange_test.cxx */,
|
|
|
CD5A559529DE2B3400881E7E /* to_container_test.cxx */,
|
|
|
CD5A559729DE2DB900881E7E /* transform_test.cxx */,
|
|
|
);
|
|
|
@@ -498,12 +507,15 @@
|
|
|
files = (
|
|
|
CD5A559C29DE353800881E7E /* fold_test.cxx in Sources */,
|
|
|
CDA54F9E29DA59C4006C0FAA /* common_test.cxx in Sources */,
|
|
|
+ CD5A55A429DF792000881E7E /* single_test.cxx in Sources */,
|
|
|
CD5A559A29DE34B800881E7E /* filter_test.cxx in Sources */,
|
|
|
- CDEC1D7623514BEB0091D9F2 /* stream_test.cxx in Sources */,
|
|
|
CD5A55A229DE37B400881E7E /* iota_test.cxx in Sources */,
|
|
|
CD5A559629DE2B3400881E7E /* to_container_test.cxx in Sources */,
|
|
|
CD5A55A029DE375B00881E7E /* composed_views_test.cxx in Sources */,
|
|
|
+ CD5A55A629DF8DEE00881E7E /* for_each_test.cxx in Sources */,
|
|
|
+ CD5A55AA29DF8EDB00881E7E /* ref_test.cxx in Sources */,
|
|
|
CD5A559E29DE35E900881E7E /* join_test.cxx in Sources */,
|
|
|
+ CD5A55A829DF8E7B00881E7E /* subrange_test.cxx in Sources */,
|
|
|
CDA37D4029D9D38E000A1F97 /* all_test.cxx in Sources */,
|
|
|
CD5A559829DE2DB900881E7E /* transform_test.cxx in Sources */,
|
|
|
);
|