aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-03-29 20:03:14 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-03-29 20:03:14 -0700
commitc51a8a2b44e6934de9d45d74ddec4b70b00f1abb (patch)
treeeec1e324fa1384f054aa8f73a52ec11c1e9dc396 /tests/test-all.h
parent8adf0c2d16d1567ff830bf72460cb75deb7eb022 (diff)
Build for iOS.
Diffstat (limited to 'tests/test-all.h')
-rw-r--r--tests/test-all.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/test-all.h b/tests/test-all.h
new file mode 100644
index 00000000..2f020ae8
--- /dev/null
+++ b/tests/test-all.h
@@ -0,0 +1,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__) */