summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/Data.ByteString/all.T
blob: 75c55743020e06c924e18ed5345ca0c7acfdac41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test('bytestring001',
     [skip, # This is designed for an earlier version of bytestring
      reqlib('QuickCheck')],
     compile_and_run,
     ['-package bytestring -package QuickCheck'])
test('bytestring002', normal, compile_and_run, ['-package bytestring'])
test('bytestring003', normal, compile_and_run, ['-package bytestring'])
test('bytestring004',
     [skip, # This is designed for an earlier version of bytestring
      reqlib('QuickCheck')],
     compile_and_run,
     ['-package bytestring -package QuickCheck'])
test('bytestring005',
     [skip, # This is designed for an earlier version of bytestring
      reqlib('QuickCheck')],
     compile_and_run,
     ['-package bytestring -package QuickCheck'])
test('bytestring006', normal, compile_and_run, ['-package bytestring'])