changeset 55 | f240f9023393 |
parent 25 | a4875607a3a0 |
1.1 --- a/iPhone/main.m Tue Dec 02 22:42:56 2008 -0800 1.2 +++ b/iPhone/main.m Thu Jul 02 17:51:35 2009 -0700 1.3 @@ -46,9 +46,11 @@ 1.4 */ 1.5 1.6 #import <UIKit/UIKit.h> 1.7 +#import "Test.h" 1.8 1.9 int main(int argc, char *argv[]) 1.10 { 1.11 + RunTestCases(argc,(const char**)argv); 1.12 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 1.13 int retVal = UIApplicationMain(argc, argv, nil, nil); 1.14 [pool release];