On Tue, Mar 08, 2016 at 06:39:37PM -0500, Leo Famulari wrote: > > + (delete 'check) ;; Don't run the 'make check' step of the > > gnu-build-system > When skippping the tests, we prefer to say why in the comment. It can be > as simple as "no test suite" if that is the case.
And use in the argument block: #:tests? #f instead of deleting the phase. Andreas