diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-02-24 20:56:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-26 17:30:44 -0500 |
commit | 98119f5a5224d321a1765f262c8c76dfd1b8ed35 (patch) | |
tree | 2ab3db7664a092bfbf6af82a26fb50799695f7d7 /testsuite/tests/ghc-e/should_fail/all.T | |
parent | 8bb63c2e982a12ad5f436320948e23a718069a4f (diff) | |
download | haskell-98119f5a5224d321a1765f262c8c76dfd1b8ed35.tar.gz |
tests: manually move some extra_files into *.T files
Some of the *.T files were in libraries/hpc, so this contains an
update to that submodule.
Diffstat (limited to 'testsuite/tests/ghc-e/should_fail/all.T')
-rw-r--r-- | testsuite/tests/ghc-e/should_fail/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-e/should_fail/all.T b/testsuite/tests/ghc-e/should_fail/all.T index c4baa0f3d4..9a75481621 100644 --- a/testsuite/tests/ghc-e/should_fail/all.T +++ b/testsuite/tests/ghc-e/should_fail/all.T @@ -18,5 +18,6 @@ test('ghc-e-fail2', req_interp, run_command, # Don't run on Windows, as executable is written to T9930.exe # and no failure is induced. -test('T9930fail', when(opsys('mingw32'), skip), run_command, +test('T9930fail', [extra_files(['T9930']), when(opsys('mingw32'), skip)], + run_command, ['$MAKE --no-print-directory -s T9930fail']) |