aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.h
diff options
context:
space:
mode:
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__) */