summaryrefslogtreecommitdiff
path: root/testsuite/tests/cmm/should_run/machops/all.T
blob: a10500f7c8784451c2149c777619f1cfea276446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
setTestOpts(extra_files(['TestMachOp.hs']))

def cmm_test(name, ws):
    test(name,
         [unless(wordsize(ws), skip), normal],
         multi_compile_and_run,
         ['TestMachOp', [(name+'.cmm', '')], ''])

cmm_test('T20626a', ws=64)
cmm_test('T20626b', ws=64)
cmm_test('T20638',  ws=64)
cmm_test('T20634',  ws=64)