On Sat, Aug 07 2021, Maxime Devos wrote: > Xinglu Chen schreef op do 05-08-2021 om 16:10 [+0200]: >> + (add-after 'build 'check >> + (lambda* (#:key inputs #:allow-other-keys) >> + (let ((gerbil (assoc-ref inputs "gerbil"))) >> + (invoke (string-append gerbil "/bin/gxi") "run-tests.ss"))))))) > > By wrapping the body in (when tests? ...), "--without-tests" would be supported. > The 'tests-true' linter should detect this, try "./pre-inst-env guix > lint gerbil-clojerbil". Good, catch! I will send a reroll when I get some feedback on the build system. :-)