vmm: Add unit tests for DeviceTree

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-05-05 14:09:35 +02:00
parent 64e01684f9
commit f6a71bec36
4 changed files with 132 additions and 0 deletions
+3
View File
@@ -47,3 +47,6 @@ tempfile = "3.1.0"
[dependencies.linux-loader]
git = "https://github.com/rust-vmm/linux-loader"
features = ["elf", "bzimage"]
[dev-dependencies]
credibility = "0.1.3"