gnu: libcap: Enable tests.

* gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?.  Add #:test-target.
This commit is contained in:
Marius Bakke 2020-01-20 18:06:58 +01:00
parent e21b70accc
commit 2a65cd8c05
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1976,7 +1976,7 @@ (define-public libcap
(string-append "LDFLAGS := -Wl,-rpath=" (string-append "LDFLAGS := -Wl,-rpath="
%output "/lib"))) %output "/lib")))
#t))) #t)))
#:tests? #f ; no 'check' target #:test-target "test"
#:make-flags (list "lib=lib" #:make-flags (list "lib=lib"
(string-append "prefix=" (string-append "prefix="
(assoc-ref %outputs "out")) (assoc-ref %outputs "out"))