Enable tests for linux386 via qemu-i386.
This commit is contained in:
parent
cf33bd6cc4
commit
98c761d5c0
2 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,7 @@ vars.plats = {
|
||||||
"rpi",
|
"rpi",
|
||||||
}
|
}
|
||||||
vars.plats_with_tests = {
|
vars.plats_with_tests = {
|
||||||
|
"linux386",
|
||||||
"linuxppc",
|
"linuxppc",
|
||||||
"qemuppc",
|
"qemuppc",
|
||||||
"pc86",
|
"pc86",
|
||||||
|
|
7
plat/linux386/tests/build.lua
Normal file
7
plat/linux386/tests/build.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
include("tests/plat/build.lua")
|
||||||
|
|
||||||
|
plat_testsuite {
|
||||||
|
name = "tests",
|
||||||
|
plat = "linux386",
|
||||||
|
method = "qemu-i386"
|
||||||
|
}
|
Loading…
Reference in a new issue