File: check_libtinymail.h

package info (click to toggle)
libtinymail 0.0.9-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 18,148 kB
  • ctags: 19,175
  • sloc: ansic: 151,565; xml: 20,145; sh: 9,245; makefile: 2,394; cs: 243; cpp: 141; python: 93; perl: 71
file content (20 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef CHECK_LIBTINYMAIL_H
#define CHECK_LIBTINYMAIL_H

#include <string.h>		/* Used by most unit test suites */
#include <glib.h>
#include <check.h>

Suite *create_tny_account_store_suite (void);
Suite *create_tny_account_suite (void);
Suite *create_tny_device_suite (void);
Suite *create_tny_folder_store_query_suite (void);
Suite *create_tny_folder_store_suite (void);
Suite *create_tny_folder_suite (void);
Suite *create_tny_header_suite (void);
Suite *create_tny_list_suite (void);
Suite *create_tny_mime_part_suite (void);
Suite *create_tny_msg_suite (void);
Suite *create_tny_stream_suite (void);

#endif /* CHECK_LIBTINYMAIL_H */