summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8602/T8602.T
blob: 007b8ddc424d2df4f9a5428ba3f44b709d280b8a (plain)
1
2
3
4
5
6
7
8
test('T8602',
     [extra_files(['A.hs']),
      extra_clean(['t8602.sh']),
      # Windows runs the preprocessor using runInteractiveProcess and can't
      # properly run the generated shell script as a result, since it can't
      # recognize e.g. a shebang or anything.
      when(opsys('mingw32'), expect_fail)],
     ghci_script, ['T8602.script'])