summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/all.T
blob: b7272d4bac260643ecd37113d85e835208d4f92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

test('T3807', [req_shared_libs, when(opsys('mingw32'), skip)], makefile_test, [])

test('T4464', [req_shared_libs, unless(opsys('mingw32'), skip)], makefile_test, [])

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, [])