diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-11-12 11:08:36 +0100 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-11-12 11:08:36 +0100 |
commit | 486d3967a5281ef336991ffbe9e7b747f3614f64 (patch) | |
tree | fbefdf9d575ab17f9c3fc49db4a21f34746ba595 /testsuite/tests/plugins | |
parent | bd612773c5f6b29a7fccd5a1b2a26cf8b392dd43 (diff) | |
download | haskell-486d3967a5281ef336991ffbe9e7b747f3614f64.tar.gz |
Run T7478, plugins06, T7918 only when dynamic libraries are available
as they fail in a non-helpful way otherwise. This should help the
testsuite pass on travis.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r-- | testsuite/tests/plugins/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 8f611c8eb1..7e5f9b407d 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -34,6 +34,7 @@ test('plugins05', test('plugins06', [ extra_clean(['LinkerTicklingPlugin.hi', 'LinkerTicklingPlugin.o']), + unless(have_dynamic(),skip), only_ways([config.ghc_plugin_way]) ], multimod_compile_and_run, ['plugins06', '-package ghc']) |