Skip to content
Snippets Groups Projects
Unverified Commit 3dd20da0 authored by Vagrant Cascadian's avatar Vagrant Cascadian Committed by Vagrant Cascadian
Browse files

gnu: diffoscope: Enable additional tests.

* gnu/packages/package-management (diffoscope) [native-inputs]: Add additional
  packages used for tests.
parent 3ec8c0ca
No related branches found
No related tags found
No related merge requests found
...@@ -620,7 +620,25 @@ (define-public diffoscope ...@@ -620,7 +620,25 @@ (define-public diffoscope
("xxd" ,xxd))) ("xxd" ,xxd)))
;; Below are modules used for tests. ;; Below are modules used for tests.
(native-inputs `(("python-pytest" ,python-pytest) (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/") (home-page "https://diffoscope.org/")
(synopsis "Compare files, archives, and directories in depth") (synopsis "Compare files, archives, and directories in depth")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment