X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Fall.T;h=9455ef8779692b088978da410de41cfe9e364f78;hb=e6e0fcd70d76aecbbbb73bebd1dd18ca6545d667;hp=633a8d8c0ce5d4fb79748f66853732010d8f6c80;hpb=70a84e093a384469b229afc8cca3004ce4971586;p=haskell-directory.git diff --git a/tests/all.T b/tests/all.T index 633a8d8..9455ef8 100644 --- a/tests/all.T +++ b/tests/all.T @@ -8,5 +8,12 @@ test('getDirContents001', omit_ways(['ghci']), compile_and_run, ['-fno-gen-manif # Depends on binary from previous run, which gets removed by the driver way=ghci test('getPermissions001', omit_ways(['ghci']), compile_and_run, ['-cpp']) -test('copyFile001', normal, compile_and_run, ['']) -test('copyFile002', normal, compile_and_run, ['']) +test('copyFile001', extra_clean(['copyFile/target']), compile_and_run, ['']) +test('copyFile002', extra_clean(['copyFile/target']), compile_and_run, ['']) + +test('renameFile001', extra_clean(['renameFile001.tmp1','renameFile001.tmp2']), + compile_and_run, ['']) + +test('createDirectory001', normal, compile_and_run, ['']) + +test('createDirectoryIfMissing001', normal, compile_and_run, [''])