about summary refs log tree commit diff stats
path: root/testsuite.h
blob: 2aa34ca536a3212611c460de892003841e373fa8 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef TESTSUITE_H
#define TESTSUITE_H

void register_history_tests(void);
void register_contact_list_tests(void);
void register_util_tests(void);

#endif