filepath-1.5.3.0: tests/filepath-tests/Test.hs
module Main where import TestGen (tests) import Test.Tasty import Test.Tasty.QuickCheck main :: IO () main = defaultMain $ testProperties "doctests" tests
module Main where import TestGen (tests) import Test.Tasty import Test.Tasty.QuickCheck main :: IO () main = defaultMain $ testProperties "doctests" tests