guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: atomic-queue: Run tests correctly.


From: guix-commits
Subject: 03/06: gnu: atomic-queue: Run tests correctly.
Date: Thu, 31 Mar 2022 09:31:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a83918837e6fb47a4a0c93fea598013b73cd71b8
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Thu Mar 31 12:58:47 2022 +0530

    gnu: atomic-queue: Run tests correctly.
    
    * gnu/packages/cpp.scm (atomic-queue)[arguments]: In the check phase, run
    tests instead of returning a function to run them.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/cpp.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bb7f5ab95a..eb48902034 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1297,8 +1297,7 @@ provides a number of utilities to make coding with 
expected cleaner.")
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
-               (lambda _
-                 (invoke "make" "run_tests")))))
+               (invoke "./tests"))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (copy-recursively "../source/include/atomic_queue"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]