Adding tests to Xcode project

This commit is contained in:
preston.jackson
2008-10-08 20:24:37 +00:00
parent 64cdcb69b2
commit 980926a9ed
4 changed files with 3211 additions and 95 deletions

View File

@@ -0,0 +1,8 @@
//
// InternalTestTarget.xcconfig
//
// These are Test target settings for the gtest framework and examples. It
// is set in the "Based On:" dropdown in the "Target" info dialog.
PRODUCT_NAME = $(TARGET_NAME)
HEADER_SEARCH_PATHS = "../"

View File

@@ -0,0 +1,7 @@
//
// TestTarget.xcconfig
//
// These are Test target settings for the gtest framework and examples. It
// is set in the "Based On:" dropdown in the "Target" info dialog.
PRODUCT_NAME = $(TARGET_NAME)