X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;fp=test%2FDoctests.hs;h=34b7b0c583496373caa7b2b2705ce89e8a479070;hb=205ed82460c2b8c3f94cc30a338f315baa315dbf;hp=0000000000000000000000000000000000000000;hpb=1ea61681483c8402faf572c8c853ba086b622ffe;p=spline3.git diff --git a/test/Doctests.hs b/test/Doctests.hs new file mode 100644 index 0000000..34b7b0c --- /dev/null +++ b/test/Doctests.hs @@ -0,0 +1,7 @@ +module Main +where + +import Test.DocTest + +main :: IO () +main = doctest ["--optghc=-isrc", "src/Everything.hs"]