diff options
author | Ruey-Lin Hsu <petercommand@gmail.com> | 2016-08-04 13:41:57 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-08-05 10:40:45 +0200 |
commit | f09d65474ed042360999cb88221d65b07bfb4b5f (patch) | |
tree | cbecdd42cf26e33b4c9760cad75820f6f381b7fb /testsuite/tests/driver/T12062/all.T | |
parent | fe4008f6cc51612c2511cf23fcd646bc23ef91b8 (diff) | |
download | haskell-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/tests/driver/T12062/all.T')
-rw-r--r-- | testsuite/tests/driver/T12062/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/driver/T12062/all.T b/testsuite/tests/driver/T12062/all.T new file mode 100644 index 0000000000..1372ae3ea5 --- /dev/null +++ b/testsuite/tests/driver/T12062/all.T @@ -0,0 +1,2 @@ +test('T12062', extra_clean(['T12062.o','T12062.hi', 'A.hi', 'A.o', 'A.hi-boot', 'A.o-boot', 'C.hi', 'C.o']), + multimod_compile_fail, ['T12062', '-v0 -j0']) |