test for renameFile
[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'])
10
11 test('copyFile001',  normal, compile_and_run, [''])
12 test('copyFile002',  normal, compile_and_run, [''])
13
14 test('renameFile001', extra_clean(['renameFile001.tmp1','renameFile001.tmp2']),
15       compile_and_run, [''])
16