gnu: ghc-c2hs: Enable tests.
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.master
parent
a723d36d01
commit
bfebc59829
|
@ -1380,11 +1380,7 @@ streaming compression and decompression.")
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-shelly" ,ghc-shelly)))
|
("ghc-shelly" ,ghc-shelly)))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX: Test failures are induced by a parse error in <bits/floatn.h>
|
`(#:phases
|
||||||
;; of glibc 2.28.
|
|
||||||
#:tests? #f
|
|
||||||
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'set-cc
|
(add-before 'check 'set-cc
|
||||||
;; add a cc executable in the path, needed for some tests to pass
|
;; add a cc executable in the path, needed for some tests to pass
|
||||||
|
|
Reference in New Issue