Skip to content
Snippets Groups Projects
  • Oleg Grenrus's avatar
    bb4b8a17
    Add make doctest [ci skip] · bb4b8a17
    Oleg Grenrus authored
    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).
    bb4b8a17
    History
    Add make doctest [ci skip]
    Oleg Grenrus authored
    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).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.