about summary refs log tree commit diff stats
path: root/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-03-08 00:46:24 +0000
committerJames Booth <boothj5@gmail.com>2012-03-08 00:46:24 +0000
commit78bd151c486626f79ea7dcb9189591d121e822b6 (patch)
treea014d2b6587579380c7b0300fe54c10a14b7dc2f /testsuite.c
parent03b0c018491b7b49343c1a7c260b3a725b8a659e (diff)
downloadprofani-tty-78bd151c486626f79ea7dcb9189591d121e822b6.tar.gz
Added basic online list
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 af9b6c73..bcae9a91 100644
--- a/testsuite.c
+++ b/testsuite.c
@@ -4,6 +4,7 @@
 int main(void)
 {
     register_history_tests();
+    register_contact_list_tests();
     run_suite();
     return 0;
 }