summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/integer/all.T
blob: aa7371df0aa007affd5b477553b4ac4016109ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
test('integerBits', normal, compile_and_run, [''])
test('integerConversions', normal, compile_and_run, [''])
# skip ghci as it doesn't support unboxed tuples
test('integerGmpInternals', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
test('plusMinusInteger', [omit_ways('ghci')], compile_and_run, [''])
test('integerConstantFolding', broken_without_gmp, run_command,
     ['$MAKE -s --no-print-directory integerConstantFolding'])
test('fromToInteger', [], run_command,
     ['$MAKE -s --no-print-directory fromToInteger'])
test('IntegerConversionRules', [], run_command,
     ['$MAKE -s --no-print-directory IntegerConversionRules'])
test('gcdInteger', normal, compile_and_run, [''])