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

12
tests/testsuite.c Normal file
View File

@@ -0,0 +1,12 @@
#include <head-unit.h>
#include "testsuite.h"
int main(void)
{
register_prof_history_tests();
register_contact_list_tests();
register_util_tests();
register_prof_autocomplete_tests();
run_suite();
return 0;
}