Skip to content
Snippets Groups Projects
Commit e7128031 authored by ian@well-typed.com's avatar ian@well-typed.com
Browse files

Test cleaning fixes

parent c862e717
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ test('posix002', [ reqlib('unix'), omit_ways(prof_ways) ],
compile_and_run, [''])
# Skip on mingw32: assumes existence of 'pwd' and /tmp
test('posix003', when(opsys('mingw32'), skip), compile_and_run, [''])
test('posix003', [when(opsys('mingw32'), skip), extra_clean(['po003.out'])],
compile_and_run, [''])
test('posix004', [ reqlib('unix') ], compile_and_run, [''])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment