File: Doctest.hs

package info (click to toggle)
haskell-rank2classes 1.5.3.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: haskell: 1,246; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import Build_doctests (flags, pkgs, module_sources)
import Test.DocTest (doctest)

main = do doctest (flags ++ pkgs ++ module_sources)
          doctest (flags ++ pkgs ++ ["-pgmL", "markdown-unlit", "test/MyModule.lhs"])