blob: 45145c9b8c1c7234967360ffec606af0db257910 (
plain) (
blame)
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);
#endif
|