Skip to content
Snippets Groups Projects
Commit 5dddf354 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Disable linkwhole test on Windows

It relies on System.Posix.DynamicLinker, which is not available.
parent d91b1045
No related branches found
No related tags found
No related merge requests found
test('linkwhole', [extra_files(['Types.hs','Main.hs','MyCode.hs','Handles.hs'])],
test('linkwhole', [extra_files(['Types.hs','Main.hs','MyCode.hs','Handles.hs']),
when(opsys('mingw32'), skip)],
run_command, ['$MAKE -s --no-print-directory linkwhole'])
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