mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: lcsync: Use test-target.
* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target. Remove custom 'check phase.
This commit is contained in:
parent
b62c3fbd77
commit
ee981ba5f9
1 changed files with 1 additions and 3 deletions
|
@ -295,6 +295,7 @@ (define-public lcsync
|
|||
"SETCAP_PROGRAM=true"
|
||||
(string-append "prefix="
|
||||
(assoc-ref %outputs "out"))))
|
||||
#:test-target "test"
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'configure) ;no configure script
|
||||
(add-before 'check 'remove-network-tests
|
||||
|
@ -303,9 +304,6 @@ (define-public lcsync
|
|||
(delete-file "./test/0000-0027.c")
|
||||
(delete-file "./test/0000-0049.c")
|
||||
(delete-file "./test/0000-0074.c")))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "make" "test" "CC=gcc")))
|
||||
(add-before 'build 'add-library-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let* ((librecast (assoc-ref inputs "librecast")))
|
||||
|
|
Loading…
Reference in a new issue