Skip to content
Snippets Groups Projects
Commit 62a6d14b authored by Joachim Breitner's avatar Joachim Breitner Committed by Herbert Valerio Riedel
Browse files

Run T9762 only if dynamic libraries are available

(cherry picked from commit 1dcef98a)
parent a96eb1c8
No related merge requests found
......@@ -193,6 +193,9 @@ test('T9086b', normal, ghci_script, ['T9086b.script'])
test('T9140', combined_output, ghci_script, ['T9140.script'])
test('T9658', normal, ghci_script, ['T9658.script'])
test('T9293', normal, ghci_script_without_flag('-fno-warn-tabs'), ['T9293.script'])
test('T9762', [pre_cmd('$MAKE -s --no-print-directory T9762_prep')],
ghci_script, ['T9762.script'])
test('T9762',
[ unless(have_dynamic(),skip)
, pre_cmd('$MAKE -s --no-print-directory T9762_prep')
],
ghci_script, ['T9762.script'])
test('T9881', normal, ghci_script, ['T9881.script'])
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