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

Commit

Permalink
xz_libtest_test.go: add snprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Oct 28, 2022
1 parent 6b8b381 commit c5a0354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xz_libtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ import (
"github.com/goplus/libc/test/cmd/test/qsort"
"github.com/goplus/libc/test/cmd/test/random"

"github.com/goplus/libc/test/cmd/test/snprintf"

"github.com/goplus/libc/test/cmd/test/string_memcpy"
"github.com/goplus/libc/test/cmd/test/string_memmem"
"github.com/goplus/libc/test/cmd/test/string_memset"
Expand Down Expand Up @@ -244,6 +246,8 @@ func TestFromTestdata(t *testing.T) {
random.TestMain(t)
teststring.TestMain(t)

snprintf.TestMain(t)

string_memcpy.TestMain(t)
string_memmem.TestMain(t)
string_memset.TestMain(t)
Expand Down

0 comments on commit c5a0354

Please sign in to comment.