blob: b4e1212510a16a0445aeb5c8a196d061f89b8943 [file] [log] [blame]
import("//build/image/image.gni")
vm_kernel("primary_only_test_vm") {
testonly = true
sources = [
"primary.c",
]
deps = [
"//test/vm:hf_test_vm",
]
}
initrd("primary_only_test") {
testonly = true
primary_vm = ":primary_only_test_vm"
}