about summary refs log blame commit diff stats
path: root/LICENSE.txt
blob: 751a2c57959dc41138df66e3bd555455e2731cad (plain) (tree)
1
2
         
                                                         




















                                                                    
2 01:51:40 +0000

Added head_unit tests' href='/danisanti/profani-tty/commit/testsuite.c?id=a05a65febe83c9def5c5d6818b3a31b1b01599e0'>a05a65fe ^


1
2
3
4
5
6
7
8
9




                      
                                  
                                  
                          
                                       


                
#include <head-unit.h>
#include "testsuite.h"

int main(void)
{
    register_prof_history_tests();
    register_contact_list_tests();
    register_util_tests();
    register_prof_autocomplete_tests();
    run_suite();
    return 0;
}