]> gitweb.michael.orlitzky.com - numerical-analysis.git/blob - test/Doctests.hs
3ce1b4a04c736bc5bfaa9346430a3145e5d59d7c
[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"]