具体步骤:
http://developer.apple.com/tools/unittest.html
但是步骤说明中少了一点,需要在新建的test target中的Run Script添加以下Script:
# Run the unit tests in this test bundle.
"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests"
具体步骤:
http://developer.apple.com/tools/unittest.html
但是步骤说明中少了一点,需要在新建的test target中的Run Script添加以下Script:
# Run the unit tests in this test bundle.
"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests"