mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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>
This commit is contained in:
parent
7d331dd203
commit
a83918837e
1 changed files with 1 additions and 2 deletions
|
@ -1297,8 +1297,7 @@ (define-public atomic-queue
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue