MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / TEST_F

Function TEST_F

tests/unit_test/kernel_fdt_test.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25TEST_F(KernelFdtTest, ConstructorTest) {
26 KernelFdt kerlen_fdt((uint64_t)riscv64_virt_dtb_data);
27}
28
29TEST_F(KernelFdtTest, GetMemoryTest) {
30 KernelFdt kerlen_fdt((uint64_t)riscv64_virt_dtb_data);

Callers

nothing calls this directly

Calls 9

strcmpFunction · 0.85
strlenFunction · 0.85
GetMemoryMethod · 0.80
messageMethod · 0.80
GetSerialMethod · 0.80
GetTimebaseFrequencyMethod · 0.80
ForEachCompatibleNodeMethod · 0.80
ForEachNodeMethod · 0.80
GetCoreCountMethod · 0.45

Tested by

no test coverage detected