mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 09:00:39 +02:00
gnu: go-github-com-dsnet-compress: Fix tests.
* gnu/packages/golang-compression.scm (go-github-com-dsnet-compress) [arguments]<test-subdirs>: Skip tests in "internal/tool" including benchmarks. Change-Id: I59efe15b8e44d9f3bfe078f9112fb8ac34e153d9
This commit is contained in:
@@ -80,6 +80,9 @@ the @code{c2go} tool at
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/dsnet/compress"
|
||||
#:test-subdirs
|
||||
#~(list "brotli/..." "bzip2/..." "flate" "internal" "internal/prefix"
|
||||
"internal/testutil" "xflate/...")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Testdata directories contains some compressed files requiring
|
||||
|
||||
Reference in New Issue
Block a user