aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.h
blob: bfe6bae73b90d2295bc994c6b7a831da85b35de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  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