X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Fall.T;h=633a8d8c0ce5d4fb79748f66853732010d8f6c80;hb=91d6a82800ce5fd57d3f776b8265e9242cf1b174;hp=526e9ad19a66d3340fbfab5c94c04e40a6b89c47;hpb=14327f318d17fc4882a4144de9fb0a5f8a6c852b;p=haskell-directory.git diff --git a/tests/all.T b/tests/all.T index 526e9ad..633a8d8 100644 --- a/tests/all.T +++ b/tests/all.T @@ -7,3 +7,6 @@ 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, [''])