summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T10672/all.T
blob: c24ded25b4b7043e592d02cbe843858c5bed1f21 (plain)
1
2
3
4
5
6
7
8
9
test('T10672_x64',
     [extra_files(['Main.hs', 'Printf.hs', 'cxxy.cpp']),
      [unless(opsys('mingw32'), skip), unless(arch('x86_64'), skip)]],
     run_command, ['$MAKE -s --no-print-directory T10672_x64'])

test('T10672_x86',
     [extra_files(['Main.hs', 'Printf.hs', 'cxxy.cpp']),
      [unless(opsys('mingw32'), skip), unless(arch('i386'), skip)]],
     run_command, ['$MAKE -s --no-print-directory T10672_x86'])