]> gitweb.michael.orlitzky.com - spline3.git/blob - test/Doctests.hs
34b7b0c583496373caa7b2b2705ce89e8a479070
[spline3.git] / test / Doctests.hs
1 module Main
2 where
3
4 import Test.DocTest
5
6 main :: IO ()
7 main = doctest ["--optghc=-isrc", "src/Everything.hs"]