diff options
Diffstat (limited to 'testsuite/tests/dynlibs/all.T')
-rw-r--r-- | testsuite/tests/dynlibs/all.T | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/dynlibs/all.T b/testsuite/tests/dynlibs/all.T index aaa7a62774..b7272d4bac 100644 --- a/testsuite/tests/dynlibs/all.T +++ b/testsuite/tests/dynlibs/all.T @@ -7,3 +7,12 @@ test('T5373', [req_shared_libs], makefile_test, []) # It's not clear exactly what platforms we can expect this to succeed on. test('T13702', unless(opsys('linux'), skip), makefile_test, []) + +# test that -shared and -flink-rts actually links the rts +test('T18072', [req_shared_libs, unless(opsys('linux'), skip)], makefile_test, []) + +# test that -shared and -flink-rts respects alternative RTS flavours +test('T18072debug', [extra_files(['T18072.hs']), req_shared_libs, unless(opsys('linux'), skip)], makefile_test, []) + +# check that -staticlib and -fno-link-rts results in an archive without the RTR libary +test('T18072static', [extra_files(['T18072.hs']), unless(opsys('linux'), skip)], makefile_test, []) |