Move tests out of lib/Math/GSL/*/Test.pm into t/*.t directly
commit83513e99e9e6027408b341d776e0daaeec1155c5
authorJonathan Leto <jonathan@leto.net>
Sun, 31 Aug 2008 20:28:57 +0000 (31 13:28 -0700)
committerJonathan Leto <jonathan@leto.net>
Sun, 31 Aug 2008 20:28:57 +0000 (31 13:28 -0700)
treeaa7baa99fde87ed505d19d4c8a53308fe8d1cf30
parente3bdbe5a369b18801f0222264ac447b08f4add45
Move tests out of lib/Math/GSL/*/Test.pm into t/*.t directly
40 files changed:
MANIFEST
META.yml
lib/Math/GSL/NTuple/Test.pm [deleted file]
lib/Math/GSL/Wavelet2D/Test.pm [deleted file]
t/BLAS.t [moved from lib/Math/GSL/BLAS/Test.pm with 99% similarity]
t/BSpline.t [moved from lib/Math/GSL/BSpline/Test.pm with 94% similarity]
t/CBLAS.t [moved from lib/Math/GSL/CBLAS/Test.pm with 98% similarity]
t/Combination.t [moved from lib/Math/GSL/Combination/Test.pm with 98% similarity]
t/Complex.t [moved from lib/Math/GSL/Complex/Test.pm with 99% similarity]
t/Const.t [moved from lib/Math/GSL/Const/Test.pm with 97% similarity]
t/DHT.t [moved from lib/Math/GSL/DHT/Test.pm with 98% similarity]
t/Deriv.t [moved from lib/Math/GSL/Deriv/Test.pm with 98% similarity]
t/Eigen.t [moved from lib/Math/GSL/Eigen/Test.pm with 99% similarity]
t/Errno.t [moved from lib/Math/GSL/Errno/Test.pm with 97% similarity]
t/FFT.t [moved from lib/Math/GSL/FFT/Test.pm with 98% similarity]
t/Fit.t [moved from lib/Math/GSL/Fit/Test.pm with 99% similarity]
t/Histogram.t [moved from lib/Math/GSL/Histogram/Test.pm with 99% similarity]
t/Histogram2D.t [moved from lib/Math/GSL/Histogram2D/Test.pm with 99% similarity]
t/Interp.t [moved from lib/Math/GSL/Interp/Test.pm with 99% similarity]
t/Linalg.t [moved from lib/Math/GSL/Linalg/Test.pm with 99% similarity]
t/Matrix.t [moved from lib/Math/GSL/Matrix/Test.pm with 99% similarity]
t/Min.t [moved from lib/Math/GSL/Min/Test.pm with 97% similarity]
t/Monte.t [moved from lib/Math/GSL/Monte/Test.pm with 98% similarity]
t/Multifit.t [moved from lib/Math/GSL/Multifit/Test.pm with 99% similarity]
t/Multiroots.t [moved from lib/Math/GSL/Multiroots/Test.pm with 97% similarity]
t/ODEIV.t [moved from lib/Math/GSL/ODEIV/Test.pm with 97% similarity]
t/Permutation.t [moved from lib/Math/GSL/Permutation/Test.pm with 99% similarity]
t/Poly.t [moved from lib/Math/GSL/Poly/Test.pm with 99% similarity]
t/QRNG.t [moved from lib/Math/GSL/QRNG/Test.pm with 98% similarity]
t/RNG.t [moved from lib/Math/GSL/RNG/Test.pm with 99% similarity]
t/Randist.t [moved from lib/Math/GSL/Randist/Test.pm with 95% similarity]
t/Roots.t [moved from lib/Math/GSL/Roots/Test.pm with 97% similarity]
t/SF.t [moved from lib/Math/GSL/SF/Test.pm with 99% similarity]
t/Sort.t [moved from lib/Math/GSL/Sort/Test.pm with 99% similarity, mode: 0644]
t/Spline.t [moved from lib/Math/GSL/Spline/Test.pm with 99% similarity]
t/Statistics.t [moved from lib/Math/GSL/Statistics/Test.pm with 99% similarity]
t/Sum.t [moved from lib/Math/GSL/Sum/Test.pm with 99% similarity]
t/Sys.t [moved from lib/Math/GSL/Sys/Test.pm with 97% similarity]
t/Vector.t [moved from lib/Math/GSL/Vector/Test.pm with 99% similarity]
t/Wavelet.t [moved from lib/Math/GSL/Wavelet/Test.pm with 98% similarity]