From 2dacec54361db12c6b7e493ac0aa8b924f47c4e7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 14 Feb 2025 23:30:21 +0000 Subject: [PATCH] gnu: senpai: Enable more tests. * gnu/packages/messaging.scm (senpai) [arguments] : Run tests over the whole code base. Change-Id: Id355ac43ae9ae049e3e1c9211a96ab13e2e1c336 --- gnu/packages/messaging.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 72f8b439db08c8ed29cd5209e470580d2595a48b..f190bc483aea8e47fd62a8c9316d7ce0028edfa2 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -3701,6 +3701,8 @@ a text snippet), using @code{libphonenumber}.") (list #:import-path "git.sr.ht/~taiite/senpai/cmd/senpai" #:unpack-path "git.sr.ht/~taiite/senpai" #:install-source? #f + ;; Step away from cmd/senpai to test the whole project. + #:test-subdirs #~(list "../../...") #:phases #~(modify-phases %standard-phases (add-after 'build 'build-doc