aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all-mac.h
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-11-12 13:02:49 -0800
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-11-12 13:02:49 -0800
commit48a2b0fc621d7bf04232da3fb0f3af608bfb54b1 (patch)
tree8cfad62972bbd4633cf80315f9fe08dbe451c043 /tests/test-all-mac.h
parente7e05250566e51ebda6c5ae7b42177765948e85f (diff)
separate test for objc and test for c++
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__) */