// // test-all.h // mailcore2 // // Created by DINH Viêt Hoà on 3/29/13. // Copyright (c) 2013 MailCore. All rights reserved. // #ifndef __MAILCORE_TEST_ALL_H_ #define __MAILCORE_TEST_ALL_H_ #include extern void testAll(); #endif