Article:
 |
|
Ten Things I Dig About Xcode
|
| Subject: |
|
Subprojects and Unit Tests |
| Date: |
|
2003-10-25 10:02:17 |
| From: |
|
iapole
|
|
|
|
Nice article; good quick overview.
As for your wants, I should note that there was something in the Xcode release notes about subprojects. I believe that you can now add a project to another project and have your targets in the enclosing project depend on targets in the subproject.
Also, there are unit testing frameworks available which do just this. I don't know much about them, but OCUnit and ObjCUnit (I think) are both just exactly like that. As to whether they work in Xcode yet or not, I dunno.
|
Showing messages 1 through 2 of 2.
-
Subprojects and Unit Tests
2003-10-25 18:14:44
anonymous2
[View]
-
Subprojects and Unit Tests
2003-10-25 18:17:08
anonymous2
[View]
"This [Flagged compile errors] increases the utility of the gutter, which previously was used only for breakpoints. In the future, we hope to see even more information about code represented here. One example would be to put pass/fail annotations from test units into the edit view."
Afterall, we can dream, can't we