diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-16 19:45:57 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-18 12:51:59 +0200 |
commit | d94c40561dde695e658169a3098642294f55c7e3 (patch) | |
tree | 94af58265a3f47bc6c949568661abe6f187b1aee /testsuite/Makefile | |
parent | 6f6f515401a29d26eaa5daae308b8e700abd4c04 (diff) | |
download | haskell-d94c40561dde695e658169a3098642294f55c7e3.tar.gz |
Testsuite: validate the tests/stage1 directory with the stage1 compiler
* See `Note [Why is there no stage1 setup function?]`.
* Move T2632 to the tests/stage1 directory (#10382).
Reviewed by: ezyang, nomeata, bgamari
Differential Revision: https://phabricator.haskell.org/D2341
GHC Trac Issues: #12197
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index b366dc3144..46182fc36f 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -28,10 +28,10 @@ verbose: accept: $(MAKE) -C $(TOP)/tests accept -fast: +fast fasttest: $(MAKE) -C $(TOP)/tests fast -slow: +slow slowtest: $(MAKE) -C $(TOP)/tests slow list_broken: |