test: Reorganize test/ folder into one subdirectory for each test type
This commit is contained in:
committed by
Wolfgang Walther
parent
8060fe3559
commit
8b63d928ae
@@ -0,0 +1,17 @@
|
||||
module Main (main) where
|
||||
|
||||
import Test.DocTest (doctest)
|
||||
|
||||
import Protolude
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main =
|
||||
doctest
|
||||
[ "-XOverloadedStrings"
|
||||
, "-XNoImplicitPrelude"
|
||||
, "-XStandaloneDeriving"
|
||||
, "-isrc"
|
||||
, "src/PostgREST/Request/Preferences.hs"
|
||||
, "src/PostgREST/Request/QueryParams.hs"
|
||||
]
|
||||
Reference in New Issue
Block a user