// // 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