gnu: diffoscope: Enable additional tests.

* gnu/packages/package-management (diffoscope) [native-inputs]: Add additional
  packages used for tests.
This commit is contained in:
Vagrant Cascadian 2019-09-06 10:52:50 -07:00 committed by Vagrant Cascadian
parent 3ec8c0ca94
commit 3dd20da0cb
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 19 additions and 1 deletions

View File

@ -620,7 +620,25 @@ transactions from C or Python.")
("xxd" ,xxd)))
;; Below are modules used for tests.
(native-inputs `(("python-pytest" ,python-pytest)
("python-chardet" ,python-chardet)))
("python-chardet" ,python-chardet)
;; test suite skips tests when tool is missing
("bdb" ,bdb)
("binutils" ,binutils)
("bzip2" ,bzip2)
("colord" ,colord)
("cpio" ,cpio)
("e2fsprogs" ,e2fsprogs)
("gettext" ,gettext-minimal)
("gnumeric" ,gnumeric)
("gnupg" ,gnupg)
("libarchive" ,libarchive)
("lz4" ,lz4)
("openssh" ,openssh)
("rpm" ,rpm)
("sqlite" ,sqlite)
("squashfs-tools" ,squashfs-tools)
("xxd" ,xxd)
("xz" ,xz)))
(home-page "https://diffoscope.org/")
(synopsis "Compare files, archives, and directories in depth")
(description