add test for createDirectoryIfMissing (#2808)
[haskell-directory.git] / tests / all.T
index 975e128..9455ef8 100644 (file)
@@ -15,3 +15,5 @@ test('renameFile001', extra_clean(['renameFile001.tmp1','renameFile001.tmp2']),
       compile_and_run, [''])
 
 test('createDirectory001',  normal, compile_and_run, [''])
+
+test('createDirectoryIfMissing001',  normal, compile_and_run, [''])