Add huge numbers of failing tests.
This commit is contained in:
parent
0ce368324e
commit
b81e060372
2 changed files with 9 additions and 2 deletions
|
@ -13,7 +13,6 @@ vars.plats = {
|
||||||
"linuxmips",
|
"linuxmips",
|
||||||
"osx386",
|
"osx386",
|
||||||
"osxppc",
|
"osxppc",
|
||||||
-- --"qemuppc",
|
|
||||||
"pc86",
|
"pc86",
|
||||||
"rpi",
|
"rpi",
|
||||||
"pdpv7",
|
"pdpv7",
|
||||||
|
@ -23,7 +22,7 @@ vars.plats_with_tests = {
|
||||||
"linux68k",
|
"linux68k",
|
||||||
"linux386",
|
"linux386",
|
||||||
"linuxppc",
|
"linuxppc",
|
||||||
-- --"qemuppc",
|
"linuxmips",
|
||||||
"pc86",
|
"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…
Add table
Reference in a new issue