Autocomplte uses default functions

This commit is contained in:
James Booth
2012-05-18 01:33:40 +01:00
parent 718229d08c
commit eb5b04df46
7 changed files with 173 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ int main(void)
register_prof_history_tests();
register_contact_list_tests();
register_util_tests();
register_prof_autocomplete_tests();
run_suite();
return 0;
}