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