tests/thirdparty: add klauspost/compress/zstd (#263)

Upgrade test version of klauspost/compress. Fix s2 test and add zstd package.
This commit is contained in:
Michael McLoughlin
2022-04-24 21:54:57 -07:00
committed by GitHub
parent 84071ae4f9
commit 3e9461adf1
2 changed files with 58 additions and 4 deletions

View File

@@ -232,7 +232,7 @@
"stars": 2706
},
"default_branch": "master",
"version": "2adf487b3e02f95ce7efd6e4953fda0ae7ecd080",
"version": "2f236383d7c2faa8ef7e354ccecb926a5b47a24d",
"packages": [
{
"pkg": "s2",
@@ -241,7 +241,26 @@
{
"dir": "_generate",
"commands": [
"go run gen.go -out ../encodeblock_amd64.s -stubs ../encodeblock_amd64.go -pkg s2"
"go generate -v -x"
]
}
]
},
{
"pkg": "zstd",
"module": "_generate/go.mod",
"generate": [
{
"dir": "_generate",
"commands": [
"go generate -v -x"
]
}
],
"test": [
{
"commands": [
"go test -short"
]
}
]