blob: bfa809109bb904573c58cdefbbaca08534f2d239 (
plain)
1
2
3
4
5
6
7
8
|
# cabal-setup isn't in the GHC tree any more; this test should probably
# be moved to the cabal-setup package.
test('cabal02',
[skip,
skip_if_fast,
if_platform('i386-unknown-mingw32', expect_broken(1196))],
run_command,
['$MAKE -s --no-print-directory cabal02'])
|