Added autobuild tools
This commit is contained in:
12
tests/testsuite.c
Normal file
12
tests/testsuite.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user