summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 00:21:07 -0400
committerBen Gamari <ben@well-typed.com>2021-10-06 08:47:38 +0000
commite763104425084d963ac9f7f314751e812969cd05 (patch)
tree8d61289599120cb9fffb214ca7550f10140f44ea
parentcff648c0028073490d979cbc8591c3d8a4ac6b18 (diff)
downloadhaskell-e763104425084d963ac9f7f314751e812969cd05.tar.gz
testsuite: Mark ghcilink00[25] as requiring dynamic linking
-rw-r--r--testsuite/tests/ghci/linking/all.T6
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',