From b0f298e2c656879cf68a8df5e820ab396e860a1d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 11 Aug 2022 17:50:17 +0300 Subject: gnu: lcrq: Use test-target. * gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase. --- gnu/packages/networking.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 741cd74df8..392e28aad1 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2016, 2017 Pjotr Prins ;;; Copyright © 2017 Mathieu Othacehe ;;; Copyright © 2017, 2020, 2021 Leo Famulari -;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner +;;; Copyright © 2017-2022 Efraim Flashner ;;; Copyright © 2017, 2018, 2019 Rutger Helling ;;; Copyright © 2017, 2019 Gábor Boskovits ;;; Copyright © 2017 Thomas Danckaert @@ -260,10 +260,7 @@ protocols.") (cc-for-target)) (string-append "PREFIX=" (assoc-ref %outputs "out")))) - #:phases (modify-phases %standard-phases - (replace 'check - (lambda _ - (invoke "make" "test")))))) + #:test-target "test")) (home-page "https://librecast.net/lcrq.html") (synopsis "librecast RaptorQ library") (description -- cgit v1.2.3