Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_red_all
Function
test_red_all
dpdk/app/test/test_red.c:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
static int
30
test_red_all(void)
31
{
32
printf(
"red_all not supported on Windows, skipping test\n"
);
33
return TEST_SKIPPED;
34
}
35
#else
36
37
#include <sys/time.h>
Callers
nothing calls this directly
Calls
5
test_invalid_parameters
Function · 0.70
run_tests
Function · 0.70
show_stats
Function · 0.70
tell_the_result
Function · 0.70
printf
Function · 0.50
Tested by
no test coverage detected