gnu: libcap: Enable tests.
* gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?. Add #:test-target.master
parent
e21b70accc
commit
2a65cd8c05
|
@ -1976,7 +1976,7 @@ configuration (iptunnel, ipmaddr).")
|
||||||
(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"))
|
||||||
|
|
Reference in New Issue