gnu: libcap: Enable tests.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 20 Jan 2020 17:06:58 +0000 (18:06 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 21 Jan 2020 22:17:19 +0000 (23:17 +0100)
* gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?.  Add #:test-target.

gnu/packages/linux.scm

index 02b3c02..60f217b 100644 (file)
@@ -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"))