Home
last modified time | relevance | path

Searched refs:CutSetupFunction (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cutter/cutter-1.2.6/test/cutter/
H A Dtest-cut-loader.c232 CutSetupFunction expected_setup_function = NULL; in test_fixture_function()
233 CutSetupFunction actual_setup_function = NULL; in test_fixture_function()
554 CutSetupFunction expected_setup_function = NULL; in test_cpp_fixture_function()
555 CutSetupFunction actual_setup_function = NULL; in test_cpp_fixture_function()
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-test-case.h93 CutSetupFunction setup,
H A Dcut-test.h45 typedef void (*CutSetupFunction) (void); typedef
H A Dcut-test-case.c43 CutSetupFunction setup;
325 CutSetupFunction setup, in cut_test_case_new()
H A Dcut-loader.c1221 CutSetupFunction setup = NULL; in create_test_case()