From 980926a9ed432f490191b109f6aac257de737e51 Mon Sep 17 00:00:00 2001 From: "preston.jackson" Date: Wed, 8 Oct 2008 20:24:37 +0000 Subject: Adding tests to Xcode project --- xcode/Config/TestTarget.xcconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xcode/Config/TestTarget.xcconfig (limited to 'xcode/Config/TestTarget.xcconfig') diff --git a/xcode/Config/TestTarget.xcconfig b/xcode/Config/TestTarget.xcconfig new file mode 100644 index 00000000..bdf6a76b --- /dev/null +++ b/xcode/Config/TestTarget.xcconfig @@ -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) -- cgit v1.2.3 From 3d7042176307f0d7700a3640f3b3bcc8790b8fcd Mon Sep 17 00:00:00 2001 From: vladlosev Date: Thu, 20 Nov 2008 01:40:35 +0000 Subject: Value-parameterized tests and many bugfixes --- xcode/Config/TestTarget.xcconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'xcode/Config/TestTarget.xcconfig') 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 -- cgit v1.2.3