]> gitweb.michael.orlitzky.com - numerical-analysis.git/blob - test/Doctests.hs
Split Roots into Roots.Simple and Roots.Fast.
[numerical-analysis.git] / test / Doctests.hs
1 module Main
2 where
3
4 import Test.DocTest
5
6 main :: IO ()
7 main = doctest ["--optghc=-isrc",
8 "src/Roots/Simple.hs",
9 "src/Roots/Fast.hs"]