diff options
author | Ian Lynagh <igloo@earth.li> | 2011-07-13 20:57:11 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-07-13 20:57:11 +0100 |
commit | af63209d7cd8fd016fcebe5f5232f6959f81cab3 (patch) | |
tree | 748c93196aafe0bf1e44b55459f49aa8b6f58e3e /testsuite/tests/ghc-regress/layout | |
parent | 04801365acedbe8f9d8436d098284c99318ac367 (diff) | |
download | haskell-af63209d7cd8fd016fcebe5f5232f6959f81cab3.tar.gz |
Make and use a req_interp helper
Tests can now specify that they require the interpreter (i.e. that
they use one of ghci, annotations, TH, etc).
Diffstat (limited to 'testsuite/tests/ghc-regress/layout')
-rw-r--r-- | testsuite/tests/ghc-regress/layout/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/layout/all.T b/testsuite/tests/ghc-regress/layout/all.T index 17e482e1f5..026ad465a0 100644 --- a/testsuite/tests/ghc-regress/layout/all.T +++ b/testsuite/tests/ghc-regress/layout/all.T @@ -36,7 +36,8 @@ test('layout006', ['$MAKE -s --no-print-directory layout006']) test('layout007', - [extra_clean(['layout007.hi', 'layout007.o']), + [req_interp, + extra_clean(['layout007.hi', 'layout007.o']), only_compiler_types(['ghc']), if_compiler_profiled(skip)], run_command, |