~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/lib/test-lib.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
void test_istream_crlf(void);
29
29
void test_istream_seekable(void);
30
30
void test_istream_tee(void);
 
31
void test_istream_unix(void);
31
32
void test_json_parser(void);
 
33
void test_json_tree(void);
32
34
void test_llist(void);
33
35
void test_mempool_alloconly(void);
34
36
enum fatal_test_state fatal_mempool(int);
35
 
void test_network(void);
 
37
void test_net(void);
36
38
void test_numpack(void);
37
39
void test_ostream_file(void);
38
40
void test_primes(void);