aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.h
blob: 2f020ae82e0d1db79b4bf1eb19628171570b91a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  test-all.h
//  mailcore2
//
//  Created by DINH Viêt Hoà on 3/29/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef __mailcore2__test_all__
#define __mailcore2__test_all__

#include <mailcore/mailcore.h>

extern void testAll();

#endif /* defined(__mailcore2__test_all__) */