[libmath-prime-util-perl] 30/33: Move last tests out of examples, into bench and xt

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:51:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.37
in repository libmath-prime-util-perl.

commit c47d1eeca7e7f831e7e3d722a3d9654d64b34e0f
Author: Dana Jacobsen <dana at acm.org>
Date:   Sun Jan 26 01:27:02 2014 -0800

    Move last tests out of examples, into bench and xt
---
 MANIFEST                                                       | 6 +++---
 examples/test-factor-gnufactor.pl => bench/factor-gnufactor.pl | 0
 {examples => xt}/test-factor-yafu.pl                           | 0
 {examples => xt}/test-nextprime-yafu.pl                        | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index 3209b39..253dcd5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -56,15 +56,13 @@ bench/bench-pp-sieve.pl
 bench/bench-mp-nextprime.pl
 bench/bench-mp-psrp.pl
 bench/bench-mp-prime_count.pl
+bench/factor-gnufactor.pl
 examples/README
-examples/test-factor-yafu.pl
-examples/test-nextprime-yafu.pl
 examples/sophie_germain.pl
 examples/twin_primes.pl
 examples/abundant.pl
 examples/find_mr_bases.pl
 examples/parallel_fibprime.pl
-examples/test-factor-gnufactor.pl
 examples/verify-gmp-ecpp-cert.pl
 examples/verify-sage-ecpp-cert.pl
 examples/verify-cert.pl
@@ -126,4 +124,6 @@ xt/test-nthapprox.pl
 xt/test-pcapprox.pl
 xt/test-primes-script.pl
 xt/test-primes-script2.pl
+xt/test-factor-yafu.pl
+xt/test-nextprime-yafu.pl
 .travis.yml
diff --git a/examples/test-factor-gnufactor.pl b/bench/factor-gnufactor.pl
similarity index 100%
rename from examples/test-factor-gnufactor.pl
rename to bench/factor-gnufactor.pl
diff --git a/examples/test-factor-yafu.pl b/xt/test-factor-yafu.pl
similarity index 100%
rename from examples/test-factor-yafu.pl
rename to xt/test-factor-yafu.pl
diff --git a/examples/test-nextprime-yafu.pl b/xt/test-nextprime-yafu.pl
similarity index 100%
rename from examples/test-nextprime-yafu.pl
rename to xt/test-nextprime-yafu.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list