Open GoogleCodeExporter opened 9 years ago
fyi - For MacOS that could work, but I think you'd still have to link
SenTestingKit yourself so those headers could
be found for your code.
Original comment by thoma...@gmail.com
on 6 Mar 2009 at 1:16
1. Yes, I know this would be MacOS only. I understand if that precludes this
whole discussion.
2. Yes, you'd still have to link SenTestingKit in user code, but the
GTMTesting.framework (or whatever it's
called) will also have to link SenTestingKit for the same reason.
3. An other resolution option is to include the UnitTesting stuff in the GTM
target (along with linking
SenTestingKit). This would make it very obvious that the framework is not
intended to be shipped with an
application. Either approach would be fine with me.
Original comment by barryw...@gmail.com
on 6 Mar 2009 at 1:22
[deleted comment]
Make a project reference SenTestingKit.framework to see the headers but Do NOT
link
SenTestingKit?.framework in test-binary that uses
GTMSenTestCase.h/GTMIPhoneUnitTestDelegate.m, or else the
[GTMIPhoneUnitTestDelegate
runTests] will fail to run any tests.
Original comment by msud...@gmail.com
on 19 Nov 2009 at 1:45
Original issue reported on code.google.com by
barryw...@gmail.com
on 5 Mar 2009 at 10:52