summaryrefslogtreecommitdiff
path: root/packages/tests/src/Numeric/GSL
AgeCommit message (Collapse)Author
2015-07-22Add a unit test for the GSL simulated annealing moduleMatthew Peddie
2015-07-22Add unit tests for GSL interpolation moduleMatthew Peddie
2015-04-10fix testsAlberto Ruiz
2015-01-08wip on testsAlberto Ruiz
2014-06-25remove warnings and thanksAlberto Ruiz
2014-06-24Split out GSL tests from base onesDenis Laxalde
Move GSL tests into Numeric.GSL.Tests, separate the main into TestBase.hs and TestGSL.hs. In hmatrix-tests.cabal: - Split the test suite into a -base and -gsl ones - Add a `gsl` configuration flag to select GSL tests - Add a benchmark section One can now run hmatrix-base tests suite and benchmarks with: cabal configure --flag=-gsl --enable-tests --enable-benchmarks cabal tests cabal bench