diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-01 00:21:07 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-12 19:16:40 -0400 |
commit | b604bfd90b27c834e605c95ccff4ae76c1c987a6 (patch) | |
tree | ad0f699cb1d4bce5854b3e5962ae2bb4657c89ae | |
parent | 852ec4f50fe16d0f47b19603035a34d4520de515 (diff) | |
download | haskell-b604bfd90b27c834e605c95ccff4ae76c1c987a6.tar.gz |
testsuite: Mark ghcilink00[25] as requiring dynamic linking
-rw-r--r-- | testsuite/tests/ghci/linking/all.T | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index 5802c907c2..a0afa9edcd 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -7,7 +7,8 @@ test('ghcilink001', test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']), when(unregisterised(), fragile(16085)), - unless(doing_ghci, skip)], + unless(doing_ghci, skip), + req_shared_libs], makefile_test, ['ghcilink002']) test('ghcilink003', @@ -30,7 +31,8 @@ test('ghcilink004', test('ghcilink005', [extra_files(['TestLink.hs', 'f.c']), when(unregisterised(), fragile(16085)), - unless(doing_ghci, skip)], + unless(doing_ghci, skip), + req_shared_libs], makefile_test, ['ghcilink005']) test('ghcilink006', |