diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-01 00:25:32 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-12 19:16:40 -0400 |
commit | 99b8177a23983af7736f67b9d909dc504c4c04dd (patch) | |
tree | 70834d7558968add25456008fef72204b60c7d21 /testsuite | |
parent | d709a133e239e3053f0432f1a8003877bfb84ec5 (diff) | |
download | haskell-99b8177a23983af7736f67b9d909dc504c4c04dd.tar.gz |
testsuite: Mark T14931 as requiring dynamic linking
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/profiling/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_compile/all.T b/testsuite/tests/profiling/should_compile/all.T index 6d16aeff6c..d91cf9c666 100644 --- a/testsuite/tests/profiling/should_compile/all.T +++ b/testsuite/tests/profiling/should_compile/all.T @@ -7,7 +7,7 @@ test('T2410', [only_ways(['normal']), req_profiling], compile, ['-O2 -prof -fpro test('T5889', [only_ways(['normal']), req_profiling, extra_files(['T5889/A.hs', 'T5889/B.hs'])], multimod_compile, ['A B', '-O -prof -fno-prof-count-entries -v0']) test('T12790', [only_ways(['normal']), req_profiling], compile, ['-O -prof']) # -dynamic-too not supported on Windows -test('T14931', [when(opsys('mingw32'), skip), only_ways(['normal']), req_profiling], +test('T14931', [when(opsys('mingw32'), skip), only_ways(['normal']), req_profiling, req_shared_libs], makefile_test, ['T14931']) test('T15108', [only_ways(['normal']), req_profiling], compile, ['-O -prof -fprof-auto']) test('T19894', [only_ways(['normal']), req_profiling, extra_files(['T19894'])], multimod_compile, ['Main', '-v0 -O2 -prof -fprof-auto -iT19894']) |