summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',