guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: libcap: Enable tests.


From: guix-commits
Subject: 03/10: gnu: libcap: Enable tests.
Date: Tue, 21 Jan 2020 17:19:08 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 2a65cd8c05633c00589918878a15370c6397e593
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 18:06:58 2020 +0100

    gnu: libcap: Enable tests.
    
    * gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?.  Add 
#:test-target.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 02b3c02..60f217b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1976,7 +1976,7 @@ configuration (iptunnel, ipmaddr).")
                                  (string-append "LDFLAGS := -Wl,-rpath="
                                                 %output "/lib")))
                               #t)))
-                 #:tests? #f                      ; no 'check' target
+                 #:test-target "test"
                  #:make-flags (list "lib=lib"
                                     (string-append "prefix="
                                                    (assoc-ref %outputs "out"))



reply via email to

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