diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-01 00:23:54 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-12 19:16:40 -0400 |
commit | d709a133e239e3053f0432f1a8003877bfb84ec5 (patch) | |
tree | 1022b1d740ff0afa47fd7e7c398f07abf7fe2078 /testsuite/tests/ghci | |
parent | b604bfd90b27c834e605c95ccff4ae76c1c987a6 (diff) | |
download | haskell-d709a133e239e3053f0432f1a8003877bfb84ec5.tar.gz |
testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linking
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r-- | testsuite/tests/ghci/linking/dyn/all.T | 2 |
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']) |