diff options
author | Alec Thomas <alec@swapoff.org> | 2014-03-04 13:04:49 +1100 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2014-03-04 13:04:49 +1100 |
commit | 498df9f08e86d73ceb09746d1f63b4e0bd6c656f (patch) | |
tree | 001f413391ea695c35256d27136f730db1cbfe7d /gtest-1.6.0/xcode/Config/TestTarget.xcconfig | |
parent | dcf2cbcbe7d91c505b633f0735fb38cb1b8f6bbc (diff) |
Switch to Catch testing framework.
Diffstat (limited to 'gtest-1.6.0/xcode/Config/TestTarget.xcconfig')
-rw-r--r-- | gtest-1.6.0/xcode/Config/TestTarget.xcconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtest-1.6.0/xcode/Config/TestTarget.xcconfig b/gtest-1.6.0/xcode/Config/TestTarget.xcconfig deleted file mode 100644 index e6652ba..0000000 --- a/gtest-1.6.0/xcode/Config/TestTarget.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -// -// 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) -HEADER_SEARCH_PATHS = ../include |