]> Git — Sourcephile - gargantext.git/blob - src-doctest/Main.hs
[TAB] Opaleye query for Document view (todo: date + title later).
[gargantext.git] / src-doctest / Main.hs
1 import System.FilePath.Glob
2 import Test.DocTest
3
4 main :: IO ()
5 main = glob "src/Gargantext/" >>= doctest
6