aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all-mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-all-mac.h')
-rw-r--r--tests/test-all-mac.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/test-all-mac.h b/tests/test-all-mac.h
new file mode 100644
index 00000000..9cb6b13d
--- /dev/null
+++ b/tests/test-all-mac.h
@@ -0,0 +1,16 @@
+//
+// test-all-mac.h
+// mailcore2
+//
+// Created by Hoa Dinh on 11/12/14.
+// Copyright (c) 2014 MailCore. All rights reserved.
+//
+
+#ifndef __mailcore2__test_all_mac__
+#define __mailcore2__test_all_mac__
+
+#include <MailCore/MailCore.h>
+
+extern void testAllMac();
+
+#endif /* defined(__mailcore2__test_all_mac__) */