summaryrefslogtreecommitdiff
path: root/testsuite/driver/extra_files.py
diff options
context:
space:
mode:
authorRuey-Lin Hsu <petercommand@gmail.com>2016-08-04 13:41:57 +0200
committerBen Gamari <ben@smart-cactus.org>2016-08-05 10:40:45 +0200
commitf09d65474ed042360999cb88221d65b07bfb4b5f (patch)
treecbecdd42cf26e33b4c9760cad75820f6f381b7fb /testsuite/driver/extra_files.py
parentfe4008f6cc51612c2511cf23fcd646bc23ef91b8 (diff)
downloadhaskell-f09d65474ed042360999cb88221d65b07bfb4b5f.tar.gz
check that the number of parallel build is greater than 0
Fixes #12062. Reviewers: bgamari, thomie, austin, simonmar Reviewed By: bgamari, thomie, simonmar Subscribers: simonmar, thomie Differential Revision: https://phabricator.haskell.org/D2415 GHC Trac Issues: #12062
Diffstat (limited to 'testsuite/driver/extra_files.py')
-rw-r--r--testsuite/driver/extra_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py
index bc5d460b77..ee09182b20 100644
--- a/testsuite/driver/extra_files.py
+++ b/testsuite/driver/extra_files.py
@@ -82,6 +82,7 @@ extra_src_files = {
'T11430': ['Test11430.hs', 't11430.hs'],
'T11824': ['TyCon.hs', 'Type.hs', 'Type.hs-boot', 'Unbound/'],
'T11827': ['A.hs', 'A.hs-boot', 'B.hs'],
+ 'T12062': ['A.hs', 'A.hs-boot', 'C.hs'],
'T1372': ['p1/', 'p2/'],
'T1407': ['A.c'],
'T1959': ['B.hs', 'C.hs', 'D.hs', 'E1.hs', 'E2.hs'],