Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
test: add fmaf
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Oct 29, 2022
1 parent 9115ec7 commit 6e5a6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xz_libtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import (
"github.com/goplus/libc/test/cmd/test/floorl"

"github.com/goplus/libc/test/cmd/test/fma"
"github.com/goplus/libc/test/cmd/test/fmaf"
"github.com/goplus/libc/test/cmd/test/fmal"

"github.com/goplus/libc/test/cmd/test/fmax"
Expand Down Expand Up @@ -182,6 +183,7 @@ func TestFromTestdata(t *testing.T) {
floorl.TestMain(t)

fma.TestMain(t)
fmaf.TestMain(t)
fmal.TestMain(t)

fmax.TestMain(t)
Expand Down

0 comments on commit 6e5a6ce

Please sign in to comment.