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:
Nia Waldvogel
2026-01-06 23:11:55 -05:00
committed by Ron Evans
parent 4fff472808
commit 72f667cac9
+1
View File
@@ -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" {