guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: exempi: Enable more tests.


From: Danny Milosavljevic
Subject: [PATCH] gnu: exempi: Enable more tests.
Date: Mon, 23 Jan 2017 23:14:50 +0100

* gnu/packages/freedesktop.scm (exempi)[native-inputs]: Add valgrind.
---
 gnu/packages/freedesktop.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0c8f97f6b..1acf9abd8 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -55,6 +55,7 @@
   #:use-module (gnu packages polkit)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages valgrind)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xorg))
@@ -418,7 +419,8 @@ multiplexer to the KMS/DRM Linux kernel devices.")
      `(#:configure-flags (list (string-append "--with-boost="
                                (assoc-ref %build-inputs "boost")))))
     (native-inputs
-     `(("boost" ,boost))) ; tests
+     `(("boost" ,boost) ; tests
+       ("valgrind" ,valgrind))) ; tests
     (inputs
      `(("expat" ,expat)
        ("zlib" ,zlib)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]