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