[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: lcsync: Use test-target.
From: |
guix-commits |
Subject: |
03/04: gnu: lcsync: Use test-target. |
Date: |
Thu, 11 Aug 2022 12:37:40 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ee981ba5f90bd3ba3f958cd0a2d08a68fd63ce7e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 11 18:04:33 2022 +0300
gnu: lcsync: Use test-target.
* gnu/packages/networking.scm (lcsync)[arguments]: Set test-target.
Remove custom 'check phase.
---
gnu/packages/networking.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f4d2165c0f..8c5ef72f7f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -295,6 +295,7 @@ the RFC.")
"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 @@ the RFC.")
(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")))