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