diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 16:33:04 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 16:33:04 +0000 |
commit | ca40da59d934eb689781c092ba7e9ba4e41c9647 (patch) | |
tree | 09908766ccb460e76c5676d63d86916182e9d0aa /base | |
parent | a68c9f3ec50724e777797ca9bad43e9f575f812b (diff) | |
download | chromium_src-ca40da59d934eb689781c092ba7e9ba4e41c9647.zip chromium_src-ca40da59d934eb689781c092ba7e9ba4e41c9647.tar.gz chromium_src-ca40da59d934eb689781c092ba7e9ba4e41c9647.tar.bz2 |
make unit test executable named "base_unittest"
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.xcodeproj/project.pbxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/base/base.xcodeproj/project.pbxproj b/base/base.xcodeproj/project.pbxproj index 1a3f078..1215337 100644 --- a/base/base.xcodeproj/project.pbxproj +++ b/base/base.xcodeproj/project.pbxproj @@ -556,7 +556,7 @@ E49E4C980E4CF60300AD47F7 /* values_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = values_unittest.cc; sourceTree = "<group>"; }; E49E4CA80E4CF6AD00AD47F7 /* linked_ptr_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linked_ptr_unittest.cc; sourceTree = "<group>"; }; E49E4CAB0E4CF6DB00AD47F7 /* sha2_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha2_unittest.cc; sourceTree = "<group>"; }; - E49F18BF0E4CBAC200386AEC /* run_base_unittests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = run_base_unittests; sourceTree = BUILT_PRODUCTS_DIR; }; + E49F18BF0E4CBAC200386AEC /* base_unittests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = base_unittests; sourceTree = BUILT_PRODUCTS_DIR; }; E49F1A5D0E4CD6E200386AEC /* run_all_unittests.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = run_all_unittests.cc; sourceTree = "<group>"; }; E4A133420E37A3C400110AA2 /* string_escape.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_escape.cc; sourceTree = "<group>"; }; E4A133430E37A3C400110AA2 /* string_escape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_escape.h; sourceTree = "<group>"; }; @@ -791,7 +791,7 @@ children = ( 825402BB0D92D0FA0006B936 /* libbase.a */, 825403B10D92D2E50006B936 /* libbase_gfx.a */, - E49F18BF0E4CBAC200386AEC /* run_base_unittests */, + E49F18BF0E4CBAC200386AEC /* base_unittests */, ); name = Products; sourceTree = "<group>"; @@ -1026,7 +1026,7 @@ ); name = base_unittests; productName = base_unittests; - productReference = E49F18BF0E4CBAC200386AEC /* run_base_unittests */; + productReference = E49F18BF0E4CBAC200386AEC /* base_unittests */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -1172,7 +1172,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/run_base_unittests"; + shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/base_unittests"; }; /* End PBXShellScriptBuildPhase section */ @@ -1532,7 +1532,7 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = run_base_unittests; + PRODUCT_NAME = base_unittests; }; name = Debug; }; @@ -1560,21 +1560,21 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = run_base_unittests; + PRODUCT_NAME = base_unittests; }; name = Release; }; E49F1A880E4CDB4500386AEC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - PRODUCT_NAME = run_base_unittests; + PRODUCT_NAME = base_unittests; }; name = Debug; }; E49F1A890E4CDB4500386AEC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - PRODUCT_NAME = run_base_unittests; + PRODUCT_NAME = base_unittests; }; name = Release; }; |