From 343fed7951c4395fe0824813b15c1f8e697d5dfd Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Fri, 7 May 2021 09:26:16 +0200 Subject: [PATCH] re enable tests globally --- gnu/packages/glicid.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index 2de9c00..7c2ebdb 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -691,9 +691,9 @@ in the @code{debug} output), and binutils."))) (package (inherit hdf5-1.12) (name "glicid-specific-hdf5") - (arguments - `(#:tests? #f) - ) +; (arguments +; `(#:tests? #f) +; ) (native-inputs `( ("gcc",gcc-11) ("gfortran",gfortran-11)