diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-01 21:53:32 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-01 21:53:32 +0200 |
commit | 1828eb65b85e1a0bd4c606771cd097d593fb02c0 (patch) | |
tree | cf56974db73d2a9878b50771e3e673d0ac854682 /testsuite/tests/ghc-api/annotations/all.T | |
parent | f82e866504259c674d6fb3f66e67ae943a688b3f (diff) | |
download | haskell-wip/run-api-tests-alone.tar.gz |
testsuite: Run ghc api tests alonewip/run-api-tests-alone
to reduce the risk of running out of memory.
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/all.T')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index f6cb955745..cb500dcb83 100644 --- a/testsuite/tests/ghc-api/annotations/all.T +++ b/testsuite/tests/ghc-api/annotations/all.T @@ -1,3 +1,5 @@ +setTestOpts(alone) + test('annotations', normal, run_command, ['$MAKE -s --no-print-directory annotations']) test('parseTree', normal, run_command, ['$MAKE -s --no-print-directory parseTree']) test('comments', normal, run_command, ['$MAKE -s --no-print-directory comments']) |