aboutsummaryrefslogtreecommitdiffstats
path: root/xcode/Config
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-20 01:40:35 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-20 01:40:35 +0000
commit3d7042176307f0d7700a3640f3b3bcc8790b8fcd (patch)
treeec4a9020570acc6d09366e5b305b9d162c1a6026 /xcode/Config
parentb6a296d0f7caff7140f422e49f5398c9ef17504d (diff)
downloadgoogletest-3d7042176307f0d7700a3640f3b3bcc8790b8fcd.tar.gz
googletest-3d7042176307f0d7700a3640f3b3bcc8790b8fcd.tar.bz2
googletest-3d7042176307f0d7700a3640f3b3bcc8790b8fcd.zip
Value-parameterized tests and many bugfixes
Diffstat (limited to 'xcode/Config')
-rw-r--r--xcode/Config/InternalTestTarget.xcconfig2
-rw-r--r--xcode/Config/TestTarget.xcconfig1
2 files changed, 2 insertions, 1 deletions
diff --git a/xcode/Config/InternalTestTarget.xcconfig b/xcode/Config/InternalTestTarget.xcconfig
index eff0894d..c50fd9c5 100644
--- a/xcode/Config/InternalTestTarget.xcconfig
+++ b/xcode/Config/InternalTestTarget.xcconfig
@@ -5,4 +5,4 @@
// is set in the "Based On:" dropdown in the "Target" info dialog.
PRODUCT_NAME = $(TARGET_NAME)
-HEADER_SEARCH_PATHS = "../" \ No newline at end of file
+HEADER_SEARCH_PATHS = ../ ../include
diff --git a/xcode/Config/TestTarget.xcconfig b/xcode/Config/TestTarget.xcconfig
index bdf6a76b..e6652ba8 100644
--- a/xcode/Config/TestTarget.xcconfig
+++ b/xcode/Config/TestTarget.xcconfig
@@ -5,3 +5,4 @@
// is set in the "Based On:" dropdown in the "Target" info dialog.
PRODUCT_NAME = $(TARGET_NAME)
+HEADER_SEARCH_PATHS = ../include