aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.h
blob: 6239f2f5805afec35ad34c896fca7908830b1ad8 (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 __MAILCORE_TEST_ALL_H_
#define __MAILCORE_TEST_ALL_H_

#include <MailCore/MailCore.h>

extern void testAll();

#endif