Started work on bash style history

This commit is contained in:
James Booth
2012-04-30 01:09:42 +01:00
parent c511d7c99f
commit b6c5fef45e
7 changed files with 161 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
int main(void)
{
register_history_tests();
register_prof_history_tests();
register_contact_list_tests();
register_util_tests();
run_suite();