DEBSOURCES
Skip Quicknav
sources / ghc / 9.10.3-3 / libraries / filepath / tests / filepath-tests / Test.hs
123456789
module Main where import TestGen (tests) import Test.Tasty import Test.Tasty.QuickCheck main :: IO () main = defaultMain $ testProperties "doctests" tests