summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-10-01 00:23:54 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-12 19:16:40 -0400
commitd709a133e239e3053f0432f1a8003877bfb84ec5 (patch)
tree1022b1d740ff0afa47fd7e7c398f07abf7fe2078 /testsuite
parentb604bfd90b27c834e605c95ccff4ae76c1c987a6 (diff)
downloadhaskell-d709a133e239e3053f0432f1a8003877bfb84ec5.tar.gz
testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linking
Diffstat (limited to 'testsuite')
-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'])