source: gtest-1.7.0/xcode/Config/TestTarget.xcconfig@ 12746

Last change on this file since 12746 was 12746, checked in by hock@…, 10 years ago

integrated the Google Testing Framework (gtest)

and wrote an Hello World test, to ensure the framework is working..

File size: 238 bytes
Line 
1//
2// TestTarget.xcconfig
3//
4// These are Test target settings for the gtest framework and examples. It
5// is set in the "Based On:" dropdown in the "Target" info dialog.
6
7PRODUCT_NAME = $(TARGET_NAME)
8HEADER_SEARCH_PATHS = ../include
Note: See TracBrowser for help on using the repository browser.