blob: 392855cb716e8664c9267e5ff60ee9fcd9bb15cb (
plain)
1
2
3
4
5
6
7
|
test('linkwhole',
[extra_files(['Types.hs','Main.hs','MyCode.hs','Handles.hs']),
req_rts_linker,
when(opsys('freebsd'), expect_broken(16035)),
when(opsys('openbsd'), expect_broken(20841)),
when(opsys('mingw32'), skip)],
makefile_test, [])
|