Added parser module

This commit is contained in:
James Booth
2012-11-18 00:07:00 +00:00
parent 2fe5e7bd59
commit 824eaa1678
8 changed files with 266 additions and 39 deletions

View File

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