diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2015-06-01 11:51:27 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2015-06-01 11:51:27 +0200 |
commit | e00910b0f83eaafd91dcb59cec0779b3ea9f0d30 (patch) | |
tree | 260d86eb0be9894b019b18ff84c7b69a2b6bb68a /testsuite/tests/ghc-api/annotations/all.T | |
parent | f6ca6959e54ede0b28735ab7e011c16b3cb172db (diff) | |
download | haskell-e00910b0f83eaafd91dcb59cec0779b3ea9f0d30.tar.gz |
ApiAnnotations : rationalise tests
Summary:
At the moment the API Annotations tests have a driver that has been
copy/pasted multiple times.
Compile it once, and run it for each test case.
Test Plan: ./validate
Reviewers: hvr, austin
Reviewed By: austin
Subscribers: bgamari, thomie
Differential Revision: https://phabricator.haskell.org/D913
GHC Trac Issues: #10452
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/all.T')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index d29298ac8e..57f0e9ce37 100644 --- a/testsuite/tests/ghc-api/annotations/all.T +++ b/testsuite/tests/ghc-api/annotations/all.T @@ -3,17 +3,17 @@ test('parseTree', normal, run_command, ['$MAKE -s --no-print-directory parseTr test('comments', normal, run_command, ['$MAKE -s --no-print-directory comments']) test('exampleTest', normal, run_command, ['$MAKE -s --no-print-directory exampleTest']) test('listcomps', normal, run_command, ['$MAKE -s --no-print-directory listcomps']) -test('T10255', normal, run_command, ['$MAKE -s --no-print-directory t10255']) +test('T10255', normal, run_command, ['$MAKE -s --no-print-directory T10255']) test('T10268', normal, run_command, ['$MAKE -s --no-print-directory T10268']) test('T10269', normal, run_command, ['$MAKE -s --no-print-directory T10269']) test('T10280', normal, run_command, ['$MAKE -s --no-print-directory T10280']) -test('T10312', normal, run_command, ['$MAKE -s --no-print-directory t10312']) -test('T10307', normal, run_command, ['$MAKE -s --no-print-directory t10307']) -test('T10309', normal, run_command, ['$MAKE -s --no-print-directory t10309']) +test('T10312', normal, run_command, ['$MAKE -s --no-print-directory T10312']) +test('T10307', normal, run_command, ['$MAKE -s --no-print-directory T10307']) +test('T10309', normal, run_command, ['$MAKE -s --no-print-directory T10309']) test('boolFormula', normal, run_command, ['$MAKE -s --no-print-directory boolFormula']) -test('T10357', normal, run_command, ['$MAKE -s --no-print-directory t10357']) -test('T10358', normal, run_command, ['$MAKE -s --no-print-directory t10358']) +test('T10357', normal, run_command, ['$MAKE -s --no-print-directory T10357']) +test('T10358', normal, run_command, ['$MAKE -s --no-print-directory T10358']) test('T10278', normal, run_command, ['$MAKE -s --no-print-directory T10278']) test('T10354', normal, run_command, ['$MAKE -s --no-print-directory T10354']) test('T10396', normal, run_command, ['$MAKE -s --no-print-directory T10396']) -test('T10399', normal, run_command, ['$MAKE -s --no-print-directory t10399']) +test('T10399', normal, run_command, ['$MAKE -s --no-print-directory T10399']) |