diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-05 14:32:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-05 14:32:28 +0000 |
commit | d9544b66fe76c5053a0b75e5011ef21a6a8a5051 (patch) | |
tree | 84a6320241e82d2a6d1d58862a06b7b8f2b2dd71 /testsuite/tests/ghc-regress/layout/all.T | |
parent | 9fcf729a7a55c74469ac7b86d25ed5ee8f4b7e0d (diff) | |
download | haskell-d9544b66fe76c5053a0b75e5011ef21a6a8a5051.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 c9806bc3c3..693512ce7d 100644 --- a/testsuite/tests/ghc-regress/layout/all.T +++ b/testsuite/tests/ghc-regress/layout/all.T @@ -23,3 +23,9 @@ test('layout004', run_command, ['$MAKE -s --no-print-directory layout004']) +test('layout005', + [extra_clean(['layout005.hi', 'layout005.o']), + only_compiler_types(['ghc'])], + run_command, + ['$MAKE -s --no-print-directory layout005']) + |