This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#ifndef CHECK_LIBTINYMAIL_H |
| 2 |
#define CHECK_LIBTINYMAIL_H |
| 3 |
|
| 4 |
#include <string.h> /* Used by most unit test suites */ |
| 5 |
#include <glib.h> |
| 6 |
#include <check.h> |
| 7 |
|
| 8 |
Suite *create_tny_account_store_suite (void); |
| 9 |
Suite *create_tny_account_suite (void); |
| 10 |
Suite *create_tny_device_suite (void); |
| 11 |
Suite *create_tny_folder_store_query_suite (void); |
| 12 |
Suite *create_tny_folder_store_suite (void); |
| 13 |
Suite *create_tny_folder_suite (void); |
| 14 |
Suite *create_tny_header_suite (void); |
| 15 |
Suite *create_tny_list_suite (void); |
| 16 |
Suite *create_tny_mime_part_suite (void); |
| 17 |
Suite *create_tny_msg_suite (void); |
| 18 |
Suite *create_tny_stream_suite (void); |
| 19 |
|
| 20 |
#endif /* CHECK_LIBTINYMAIL_H */ |