summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-02-24 20:56:19 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-26 17:30:44 -0500
commit98119f5a5224d321a1765f262c8c76dfd1b8ed35 (patch)
tree2ab3db7664a092bfbf6af82a26fb50799695f7d7 /testsuite/tests/generics
parent8bb63c2e982a12ad5f436320948e23a718069a4f (diff)
downloadhaskell-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/generics')
-rw-r--r--testsuite/tests/generics/all.T7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/tests/generics/all.T b/testsuite/tests/generics/all.T
index 2c67654aeb..1d4aeaee38 100644
--- a/testsuite/tests/generics/all.T
+++ b/testsuite/tests/generics/all.T
@@ -19,11 +19,12 @@ test('GenCannotDoRep1_8', normal, compile_fail, [''])
test('GFullyStrict', normal, compile_and_run, [''])
-test('T5462Yes1', outputdir('out_T5462Yes1')
+test('T5462Yes1', [extra_files(['GEnum/', 'GEq/', 'GFunctor/']),
+ outputdir('out_T5462Yes1')]
, multimod_compile_and_run, ['T5462Yes1', '-iGEq -iGEnum -iGFunctor'])
-test('T5462Yes2', outputdir('out_T5462Yes2')
+test('T5462Yes2', [extra_files(['GFunctor/']), outputdir('out_T5462Yes2')]
, multimod_compile_and_run, ['T5462Yes2', '-iGFunctor'])
-test('T5462No1', outputdir('out_T5462No1')
+test('T5462No1', [extra_files(['GFunctor/']), outputdir('out_T5462No1')]
, multimod_compile_fail, ['T5462No1', '-iGFunctor'])
test('T5884', [], multimod_compile, ['T5884Other', '-v0'])