// // main.m // tests // // Created by DINH Viêt Hoà on 1/10/13. // Copyright (c) 2013 MailCore. All rights reserved. // #import #include "test-all.h" int main(int argc, const char * argv[]) { @autoreleasepool { testAll(); } return 0; }