#include "libgitk.h"
Include dependency graph for libgitk.c:

Go to the source code of this file.
Functions | |
| Suite * | libgitk_suite (void) |
| initialises libgitk test suite | |
| int | main (void) |
| start the test run | |
Variables | |
| gchar * | arg0 = "check_libgitk" |
| fake commandline args | |
| gchar * | arg1 = "--gitk-renderer=dummy" |
| fake commandline args | |
| gchar | errormsg [512] |
| string buffer for error messages | |
| guint | test_argc = 2 |
| fake commandline args | |
| gchar * | test_argv [2] |
| fake commandline args | |
| gchar ** | test_argvptr |
| pointer to fake commandline args | |
Definition in file libgitk.c.
|
|
start the test run
Definition at line 62 of file libgitk.c. References arg0, arg1, gitk_log, gitk_log_handler(), libgitk_suite(), test_argv, and test_argvptr. |
Here is the call graph for this function:

|
|
fake commandline args
Definition at line 29 of file libgitk.c. Referenced by main(). |
|
|
fake commandline args
Definition at line 33 of file libgitk.c. Referenced by main(). |
|
|
string buffer for error messages
Definition at line 44 of file libgitk.c. Referenced by test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), and test_gitk_widget_set_get_value(). |
|
|
fake commandline args
Definition at line 25 of file libgitk.c. Referenced by test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), test_gitk_init(), test_gitk_template_message(), test_gitk_template_message_text_null(), test_gitk_template_message_title_null(), test_gitk_valid_invalid_giml(), test_gitk_valid_not_giml(), test_gitk_valid_not_xml(), and test_gitk_widget_set_get_value(). |
|
|
fake commandline args
Definition at line 37 of file libgitk.c. Referenced by main(). |
|
|
pointer to fake commandline args
Definition at line 41 of file libgitk.c. Referenced by main(), test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), test_gitk_init(), test_gitk_template_message(), test_gitk_template_message_text_null(), test_gitk_template_message_title_null(), test_gitk_valid_invalid_giml(), test_gitk_valid_not_giml(), test_gitk_valid_not_xml(), and test_gitk_widget_set_get_value(). |
1.3.6