| 23 | }; |
| 24 | |
| 25 | TEST_F(KernelFdtTest, ConstructorTest) { |
| 26 | KernelFdt kerlen_fdt((uint64_t)riscv64_virt_dtb_data); |
| 27 | } |
| 28 | |
| 29 | TEST_F(KernelFdtTest, GetMemoryTest) { |
| 30 | KernelFdt kerlen_fdt((uint64_t)riscv64_virt_dtb_data); |
nothing calls this directly
no test coverage detected