Add huge numbers of failing tests.
This commit is contained in:
parent
0ce368324e
commit
b81e060372
|
@ -13,7 +13,6 @@ vars.plats = {
|
|||
"linuxmips",
|
||||
"osx386",
|
||||
"osxppc",
|
||||
-- --"qemuppc",
|
||||
"pc86",
|
||||
"rpi",
|
||||
"pdpv7",
|
||||
|
@ -23,7 +22,7 @@ vars.plats_with_tests = {
|
|||
"linux68k",
|
||||
"linux386",
|
||||
"linuxppc",
|
||||
-- --"qemuppc",
|
||||
"linuxmips",
|
||||
"pc86",
|
||||
}
|
||||
|
||||
|
|
8
plat/linuxmips/tests/build.lua
Normal file
8
plat/linuxmips/tests/build.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
include("tests/plat/build.lua")
|
||||
|
||||
plat_testsuite {
|
||||
name = "tests",
|
||||
plat = "linuxmips",
|
||||
method = "qemu-mipsel",
|
||||
skipsets = {"m2"}
|
||||
}
|
Loading…
Reference in a new issue