Repository : ssh://darcs.haskell.org//srv/darcs/packages/process On branch : master
http://hackage.haskell.org/trac/ghc/changeset/26c0066001bbbaf0204583de82692e58807cb173 >--------------------------------------------------------------- commit 26c0066001bbbaf0204583de82692e58807cb173 Author: Ian Lynagh <[email protected]> Date: Tue Sep 6 17:12:09 2011 +0100 Fix some more written-but-not-cleaned files >--------------------------------------------------------------- tests/all.T | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/all.T b/tests/all.T index 68f7392..1a8efb5 100644 --- a/tests/all.T +++ b/tests/all.T @@ -17,8 +17,15 @@ test('process008', normal, compile_and_run, ['']) # not the normal way: this test runs processes from multiple threads, and # will get stuck without the threaded RTS. -test('3231', only_ways(['threaded1','threaded2']), compile_and_run, ['']) -test('4198', cmd_prefix('\'' + config.compiler + '\'' + ' exitminus1.c -o exitminus1; '), - compile_and_run, ['']) +test('3231', + [only_ways(['threaded1','threaded2']), + extra_clean(['foo1.txt', 'foo2.txt'])], + compile_and_run, + ['']) +test('4198', + [cmd_prefix('\'' + config.compiler + '\'' + ' exitminus1.c -o exitminus1; '), + extra_clean(['exitminus1.o', 'exitminus1', 'exitminus1.exe'])], + compile_and_run, + ['']) test('3994', only_ways(['threaded1','threaded2']), compile_and_run, ['']) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
