aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.h
blob: 6197cf4763f05031a64b191d871d39dae393a52e (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__) */