summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 00:23:54 -0400
committerBen Gamari <ben@well-typed.com>2021-10-06 08:47:38 +0000
commit5fe433a30915b1c6e722b862e9c40fb4e9f269cf (patch)
tree32926cde2e36a1658d96c415ab90a8775d2b29ab
parente763104425084d963ac9f7f314751e812969cd05 (diff)
downloadhaskell-5fe433a30915b1c6e722b862e9c40fb4e9f269cf.tar.gz
testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linking
-rw-r--r--testsuite/tests/ghci/linking/dyn/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/linking/dyn/all.T b/testsuite/tests/ghci/linking/dyn/all.T
index 4c2e77873d..5e84a87477 100644
--- a/testsuite/tests/ghci/linking/dyn/all.T
+++ b/testsuite/tests/ghci/linking/dyn/all.T
@@ -1,3 +1,5 @@
+setTestOpts(req_shared_libs)
+
test('load_short_name', [extra_files(['A.c']),
unless(doing_ghci, skip)],
makefile_test, ['load_short_name'])