526e9ad19a66d3340fbfab5c94c04e40a6b89c47
[haskell-directory.git] / tests / all.T
1 test('currentDirectory001',     normal, compile_and_run, [''])
2 test('directory001',            normal, compile_and_run, [''])
3 test('doesDirectoryExist001',   normal, compile_and_run, [''])
4
5 # This test is a bit bogus.  Disable for GHCi.
6 test('getDirContents001', omit_ways(['ghci']), compile_and_run, ['-fno-gen-manifest'])
7
8 # Depends on binary from previous run, which gets removed by the driver way=ghci
9 test('getPermissions001', omit_ways(['ghci']), compile_and_run, ['-cpp'])