Skip to content
Snippets Groups Projects
Commit bb4b8a17 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add make doctest [ci skip]

This is poor man doctest.

Prerequisites:
- `doctest` executable is in `$PATH`, compiled with GHC used to
  new-build the Cabal
- `.ghc.environment` file is generated

As GHC picks up dependencies from `.ghc.environment` file, a simple
`doctest MODULES` works.

As you see, I had a bug in doctests. For now, I don't add this to CI,
as it's enough to run doctests occasionally (there are only 4 examples
atm).
parent 426dd265
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment