Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Aug 16, 2021
1 parent 8207b94 commit fa224b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/Doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ import Test.DocTest
main = doctest [ "-ilib"
, "-XTypeSynonymInstances"
, "-XOverloadedStrings"
#if defined(mingw32_HOST_OS) || defined(__MINGW32__)
, "lib/AFP/AbstractFilePath/Internal/Windows.hs"
#else
, "lib/AFP/AbstractFilePath/Internal/Posix.hs"
#endif
, "lib/AFP/AbstractFilePath/Posix.hs"
, "lib/AFP/AbstractFilePath/Windows.hs"
--, "lib/AFP/AbstractFilePath/Posix.hs"
]

0 comments on commit fa224b2

Please sign in to comment.