summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/base01/all.T
blob: d0dbb2960d56dd0808060d711ce923be9e7d19c3 (plain)
1
2
3
4
5
6
7
8
9
setTestOpts(only_compiler_types(['ghc']))

test('base01',
     [if_compiler_lt('ghc', '7.1', expect_fail),
      normalise_slashes,
      clean_cmd('$MAKE -s clean')],
     run_command,
     ['$MAKE -s base01 --no-print-directory'])