Skip to content
Snippets Groups Projects
Commit 2485c08a authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Skip dynamicToo006 when dynamic linking is not available

This was previously failling on Windows.
parent c311277b
No related branches found
No related tags found
No related merge requests found
test('dynamicToo006', [normalise_slashes, extra_files(['Main.hs'])],
test('dynamicToo006',
[normalise_slashes, extra_files(['Main.hs']), unless(have_dynamic(), skip)],
run_command, ['$MAKE -s main --no-print-director'])
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