Bump version number to 1.0.0.2
[haskell-directory.git] / tests / all.T
index 526e9ad..217eeb3 100644 (file)
@@ -7,3 +7,11 @@ 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('renameFile001', extra_clean(['renameFile001.tmp1','renameFile001.tmp2']),
+      compile_and_run, [''])
+
+test('createDirectory001',  normal, compile_and_run, [''])