about summary refs log tree commit diff stats
path: root/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-18 01:33:40 +0100
committerJames Booth <boothj5@gmail.com>2012-05-18 01:33:40 +0100
commiteb5b04df46236d1633f012ef003e08a49b1f18c6 (patch)
tree646bd34a1aec03e26f0d2170d6567bccf910ca66 /testsuite.c
parent718229d08cf78bd37f9bde916b61661cbbe2828b (diff)
downloadprofani-tty-eb5b04df46236d1633f012ef003e08a49b1f18c6.tar.gz
Autocomplte uses default functions
Diffstat (limited to 'testsuite.c')
-rw-r--r--testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite.c b/testsuite.c
index e6eb6d0b..c3f164f9 100644
--- a/testsuite.c
+++ b/testsuite.c
@@ -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;
 }