about summary refs log tree commit diff stats
path: root/testsuite.h
blob: f4bd904620ec7fbfc8228dbfb6a9705b269a853d (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_util_tests(void);
void register_prof_autocomplete_tests(void);

#endif