/Psp/DirSystemTest.hs

http://hdbc.googlecode.com/ · Haskell · 9 lines · 5 code · 3 blank · 1 comment · 0 complexity · 7f98b289a70711d29009bc20e256cd3c MD5 · raw file

  1. module DirSystemTest where
  2. import Test.HUnit
  3. -- test this for unix file paths
  4. testFullDirPaths :: Test
  5. testFullDirPaths = TestCase (do
  6. assertBool "" True)