summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T20696/all.T
blob: 6fc2ae754524632a34fd98fdc02957f43bcfa19e (plain)
1
2
3
4
test('T20696', [extra_files(['A.hs', 'B.hs', 'C.hs'])
               , unless(ghc_dynamic(), skip)], multimod_compile, ['A', ''])
test('T20696-static', [extra_files(['A.hs', 'B.hs', 'C.hs'])
               , when(ghc_dynamic(), skip)], multimod_compile, ['A', ''])