Arun Isaac <arunis...@systemreboot.net> writes:

> * gnu/packages/backup.scm (obnam): New variable.

Applied, thanks!

I noticed this program and some of the libraries it uses, requires a
package called "CoverageTestRunner" to run unit tests. Currently tests
are simply skipped.

It would be nice to have that package in Guix too. Tests helps us
discover problems early, such as incompatible versions etc.

Would you be willing to package it? For "obnam", the 'check' phase
needs to be replaced by a phase that calls "./check" afterwards:

       #:phases
       (modify-phases %standard-phases
         (replace 'check
           (lambda _ (zero? (system* "./check")))))))

Anyway, pushed to 'master' as a2fa9c3d1baf65cc5aec2ce843e2d7921e593c21.

Attachment: signature.asc
Description: PGP signature

Reply via email to