summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/integer/all.T
blob: 33c5ea172df836d5392f58d6445e7a0e1c8067af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test('integerBits', normal, compile_and_run, [''])
test('integerConversions', normal, compile_and_run, [''])
test('plusMinusInteger', [omit_ways(['ghci'])], compile_and_run, [''])
test('integerConstantFolding', normal, makefile_test, ['integerConstantFolding'])
test('fromToInteger', [], makefile_test, ['fromToInteger'])
test('IntegerConversionRules', [], makefile_test, ['IntegerConversionRules'])
test('gcdInteger', normal, compile_and_run, [''])

# skip ghci as it doesn't support unboxed tuples
test('integerImportExport', [reqlib('integer-gmp'), omit_ways(['ghci'])], compile_and_run, [''])
test('integerGcdExt', [reqlib('integer-gmp'), omit_ways(['ghci'])], compile_and_run, [''])

test('integerPowMod', [reqlib('integer-gmp')], compile_and_run, [''])
test('integerGmpInternals', [reqlib('integer-gmp')], compile_and_run, [''])