Defines | |
#define | MODULE_ID "XSH_DIVIDE_FLAT" |
Enumerations | |
enum | { DEBUG_OPT, HELP_OPT } |
Functions | |
static void | Help (void) |
static void | HandleOptions (int argc, char **argv) |
int | main (int argc, char **argv) |
Unit test of xsh_divide_flat. | |
Variables | |
static struct option | long_options [] |
#define MODULE_ID "XSH_DIVIDE_FLAT" |
Definition at line 60 of file test-xsh_divide_flat.c.
anonymous enum |
Definition at line 63 of file test-xsh_divide_flat.c.
static void HandleOptions | ( | int | argc, | |
char ** | argv | |||
) | [static] |
Definition at line 90 of file test-xsh_divide_flat.c.
References DEBUG_OPT, Help(), HELP_OPT, long_options, XSH_DEBUG_LEVEL_HIGH, XSH_DEBUG_LEVEL_LOW, and xsh_debug_level_set().
Referenced by main().
static void Help | ( | void | ) | [static] |
Definition at line 74 of file test-xsh_divide_flat.c.
References TEST_END.
Referenced by HandleOptions(), and main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_divide_flat.
Definition at line 126 of file test-xsh_divide_flat.c.
References check, HandleOptions(), Help(), instrument, MODULE_ID, sof_to_frameset(), TEST_END, TESTS_INIT, TESTS_XSH_FRAME_CREATE, XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_dfs_set_groups(), xsh_divide_flat(), xsh_error_dump, xsh_find_master_flat(), xsh_free_frame(), xsh_free_frameset(), xsh_instrument_free(), xsh_instrument_set_recipe_id(), and xsh_msg.
struct option long_options[] [static] |
Definition at line 67 of file test-xsh_divide_flat.c.
Referenced by HandleOptions().