MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_cmdline_vt100_fns

Function test_cmdline_vt100_fns

dpdk/app/test/test_cmdline_lib.c:138–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static int
139test_cmdline_vt100_fns(void)
140{
141 if (vt100_parser(NULL, 0) >= 0) {
142 printf("Error: function accepted null parameter!\n");
143 return -1;
144 }
145
146 /* void functions */
147 vt100_init(NULL);
148
149 return 0;
150}
151
152static int
153test_cmdline_socket_fns(void)

Callers 1

test_cmdline_libFunction · 0.85

Calls 3

vt100_parserFunction · 0.85
vt100_initFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected