guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: Add perl-test-manifest.


From: Efraim Flashner
Subject: 11/14: gnu: Add perl-test-manifest.
Date: Mon, 5 Sep 2016 18:39:41 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 60e8c2ae2c5262e9be4d3c0bdda1b62e86d18dbb
Author: ng0 <address@hidden>
Date:   Sun Aug 14 15:05:30 2016 +0000

    gnu: Add perl-test-manifest.
    
    * gnu/packages/perl.scm (perl-test-manifest): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/perl.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0f9ecdd..309deb5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5773,6 +5773,29 @@ string comparison functions of Test::More, but which are 
more suitable when
 you test against long strings.")
     (license (package-license perl))))
 
+(define-public perl-test-manifest
+  (package
+    (name "perl-test-manifest")
+    (version "2.02")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
+                                  "Test-Manifest-" version ".tar.gz"))
+              (sha256
+               (base32
+                "15ik52l9macrrfizf4y6wj71d4lx7w590h2dfajnkmbxmz786iq6"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-pod" ,perl-test-pod)
+       ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
+    (home-page "http://search.cpan.org/dist/Test-Manifest";)
+    (synopsis "Interact with a t/test_manifest file")
+    (description "@code{Test::Manifest} overrides the default test file order. 
 Instead of
+running all of the t/*.t files in ASCII-betical order, it looks in the 
t/test_manifest
+file to find out which tests you want to run and the order in which you want 
to run them.
+It constructs the right value for the build system to do the right thing.")
+    (license (package-license perl))))
+
 (define-public perl-test-mockobject
   (package
     (name "perl-test-mockobject")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]