summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T20674/all.T
blob: d85d0678b22bfd9cc7020f91e80f3b3ebcb084f1 (plain)
1
2
3
4
5
6
7
8
9
10
setTestOpts(req_interp)
# TH should work with -fexternal-interpreter too
if config.have_ext_interp :
     setTestOpts(extra_ways(['ext-interp']))
     setTestOpts(only_ways(['normal','ghci','ext-interp']))

     if llvm_build():
         setTestOpts(fragile_for(16087, ['ext-interp']))

test('T20674', [expect_broken(20674), extra_files(['Main.hs', 'P.hs', 'foo.c', 'header.h'])], multimod_compile, ['Main', 'P foo.c'])