diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-05 14:36:31 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-05 14:36:31 +0000 |
commit | 44e336d397dc07247408c159594ee37b0cb8908e (patch) | |
tree | cd24272547f31f9522db8a60c8c6f59064a65282 /testsuite/tests/ghc-regress/layout/all.T | |
parent | d9544b66fe76c5053a0b75e5011ef21a6a8a5051 (diff) | |
download | haskell-44e336d397dc07247408c159594ee37b0cb8908e.tar.gz |
Add another layout test
Diffstat (limited to 'testsuite/tests/ghc-regress/layout/all.T')
-rw-r--r-- | testsuite/tests/ghc-regress/layout/all.T | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/layout/all.T b/testsuite/tests/ghc-regress/layout/all.T index 693512ce7d..417c5f4c74 100644 --- a/testsuite/tests/ghc-regress/layout/all.T +++ b/testsuite/tests/ghc-regress/layout/all.T @@ -29,3 +29,9 @@ test('layout005', run_command, ['$MAKE -s --no-print-directory layout005']) +test('layout006', + [extra_clean(['layout006.hi', 'layout006.o']), + only_compiler_types(['ghc'])], + run_command, + ['$MAKE -s --no-print-directory layout006']) + |