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

Go to the source code of this file.
Functions | |
| TCase * | libgitk_core_tcase (void) |
| core test suite | |
| void | test_gitk_init (void) |
| just call gitk_init and gitk_done | |
| void | test_gitk_init_cmdargs1 (void) |
| call gitk_init with more advanced args and gitk_done | |
| void | test_gitk_init_cmdargs2 (void) |
| call gitk_init with more advanced args and gitk_done | |
| void | test_setup (void) |
| announce start of the test | |
| void | test_teardown (void) |
| announce end of the test | |
Definition in file libgitk_core.c.
|
|
just call gitk_init and gitk_done
Definition at line 36 of file libgitk_core.c. References gitk_done(), gitk_init(), test_argc, and test_argvptr. Referenced by libgitk_core_tcase(). |
Here is the call graph for this function:

|
|
call gitk_init with more advanced args and gitk_done
Definition at line 45 of file libgitk_core.c. References gitk_done(), and gitk_init(). Referenced by libgitk_core_tcase(). |
Here is the call graph for this function:

|
|
call gitk_init with more advanced args and gitk_done
Definition at line 66 of file libgitk_core.c. References gitk_done(), and gitk_init(). Referenced by libgitk_core_tcase(). |
Here is the call graph for this function:

|
|
announce start of the test
Definition at line 21 of file libgitk_core.c. References gitk_log. Referenced by libgitk_core_tcase(). |
|
|
announce end of the test
Definition at line 28 of file libgitk_core.c. References gitk_log. Referenced by libgitk_core_tcase(). |
1.3.6