Skip to content
Snippets Groups Projects
Commit 5a932cf2 authored by BinderDavid's avatar BinderDavid Committed by Marge Bot
Browse files

Do not execute win32 tests on non-windows runners

parent ffeb000d
No related branches found
No related tags found
No related merge requests found
test('registry001', normal, compile_and_run, [''])
test('registry001', unless(opsys('mingw32'), skip), compile_and_run, [''])
# This isn't a very good test to run automatically at the moment, since
# it doesn't terminate
test('helloworld', skip, compile_and_run, ['-package lang -package win32'])
test('lasterror', normal, compile_and_run, ['-package Win32'])
test('T4452', normal, compile_and_run, ['-package Win32'])
test('PokeTZI', ignore_stdout, compile_and_run, ['-package Win32'])
test('HandleConversion', normal, compile_and_run, ['-package Win32'])
test('lasterror', unless(opsys('mingw32'), skip), compile_and_run, ['-package Win32'])
test('T4452', unless(opsys('mingw32'), skip), compile_and_run, ['-package Win32'])
test('PokeTZI', [unless(opsys('mingw32'), skip), ignore_stdout], compile_and_run, ['-package Win32'])
test('HandleConversion', unless(opsys('mingw32'), skip), compile_and_run, ['-package Win32'])
test('Semaphores', normal, compile_and_run, ['-threaded -package Win32'])
test('Semaphores', unless(opsys('mingw32'), skip), compile_and_run, ['-threaded -package Win32'])
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