about summary refs log blame commit diff stats
path: root/tests/testsuite.h
blob: 96d601dce404c641e740d7f11a18fb423630c2f9 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   
                                       
                                       
                                 
                                            
                                 
                              

      
#ifndef TESTSUITE_H
#define TESTSUITE_H

void register_prof_history_tests(void);
void register_contact_list_tests(void);
void register_common_tests(void);
void register_prof_autocomplete_tests(void);
void register_parser_tests(void);
void register_jid_tests(void);

#endif