mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +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.
|
||||
t.Parallel()
|
||||
options := optionsFromOSARCH("linux/mipsle/softfloat", sema)
|
||||
emuCheck(t, options)
|
||||
runTest("cgo/", options, t, nil, nil)
|
||||
})
|
||||
} else if runtime.GOOS == "windows" {
|
||||
|
||||
Reference in New Issue
Block a user