import Test.Framework (defaultMain) import Test.CleanPath main :: IO () main = defaultMain [ cleanPathTest ]