Added autobuild tools

This commit is contained in:
James Booth
2012-07-01 14:47:09 +01:00
parent 9e686c0e01
commit 30ca6cac3d
38 changed files with 14 additions and 55 deletions

9
tests/testsuite.h Normal file
View File

@@ -0,0 +1,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