From 98119f5a5224d321a1765f262c8c76dfd1b8ed35 Mon Sep 17 00:00:00 2001 From: Reid Barton Date: Fri, 24 Feb 2017 20:56:19 -0500 Subject: 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. --- testsuite/tests/ghc-e/should_fail/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/tests/ghc-e/should_fail/all.T') 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']) -- cgit v1.2.1