about summary refs log tree commit diff stats
path: root/tests/testsuite.h
blob: cd83662299d8a9e362e5f8c159928b83f1681bd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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_chat_session_tests(void);

#endif