]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/Doctests.hs
Remove the test-framework-doctest dependency.
[spline3.git] / test / Doctests.hs
diff --git a/test/Doctests.hs b/test/Doctests.hs
new file mode 100644 (file)
index 0000000..34b7b0c
--- /dev/null
@@ -0,0 +1,7 @@
+module Main
+where
+
+import Test.DocTest
+
+main :: IO ()
+main = doctest ["--optghc=-isrc", "src/Everything.hs"]