mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
4f41eb9dc9
commit
657eee6dc0
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ the @code{c2go} tool at
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/dsnet/compress"
|
#:import-path "github.com/dsnet/compress"
|
||||||
|
#:test-subdirs
|
||||||
|
#~(list "brotli/..." "bzip2/..." "flate" "internal" "internal/prefix"
|
||||||
|
"internal/testutil" "xflate/...")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
;; Testdata directories contains some compressed files requiring
|
;; Testdata directories contains some compressed files requiring
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue