]> gitweb.michael.orlitzky.com - spline3.git/commit
Remove the test-framework-doctest dependency.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 19 Aug 2012 18:01:00 +0000 (14:01 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 19 Aug 2012 18:01:00 +0000 (14:01 -0400)
commit205ed82460c2b8c3f94cc30a338f315baa315dbf
treeb31b0c937ac8876dd798d0da5b1509be7d7663b2
parent1ea61681483c8402faf572c8c853ba086b622ffe
Remove the test-framework-doctest dependency.
Split the doctests out into a new file, Doctests.hs.
Integrate all tests with cabal.
makefile
spline3.cabal
test/Doctests.hs [new file with mode: 0644]
test/TestSuite.hs