mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
main (test): skips mipsle test if the emulator is missing
This one specific case was missing a call to emucheck.
This commit is contained in:
@@ -222,6 +222,7 @@ func TestBuild(t *testing.T) {
|
|||||||
// to be sure.
|
// to be sure.
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
options := optionsFromOSARCH("linux/mipsle/softfloat", sema)
|
options := optionsFromOSARCH("linux/mipsle/softfloat", sema)
|
||||||
|
emuCheck(t, options)
|
||||||
runTest("cgo/", options, t, nil, nil)
|
runTest("cgo/", options, t, nil, nil)
|
||||||
})
|
})
|
||||||
} else if runtime.GOOS == "windows" {
|
} else if runtime.GOOS == "windows" {
|
||||||
|
|||||||
Reference in New Issue
Block a user