Simple XUnit test library / objects in plain C Snapshot
Typedefs | Functions
vtestcui.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* PFN_DEBUG_FUNCTION )(const char *msg)

Functions

int VTEST_CUI_test_runner (VTEST_TEST_SUITE *suite)
int VTEST_CUI_test_runner_cmdline (VTEST_TEST_SUITE *suite, int argc, char *argv[])
void VTEST_CUI_set_debug_output_hook (PFN_DEBUG_FUNCTION debug_output_hook)

Typedef Documentation

typedef void(* PFN_DEBUG_FUNCTION)(const char *msg)

Definition at line 15 of file vtestcui.h.


Function Documentation

void VTEST_CUI_set_debug_output_hook ( PFN_DEBUG_FUNCTION  debug_output_hook)

Definition at line 33 of file cuitestrunner.c.

                                                                              {
        debug_output_hook = debug_output_hook_;
}
int VTEST_CUI_test_runner ( VTEST_TEST_SUITE suite)
int VTEST_CUI_test_runner_cmdline ( VTEST_TEST_SUITE suite,
int  argc,
char *  argv[] 
)

Definition at line 155 of file cuitestrunner.c.