[commit: testsuite] master: Allow fast from top level makefile. (bc45165)
David Terei
davidterei at gmail.com
Thu Jun 6 21:07:47 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/bc4516548760e91bf025ca7bb023aa0c8ad7c304
>---------------------------------------------------------------
commit bc4516548760e91bf025ca7bb023aa0c8ad7c304
Author: David Terei <davidterei at gmail.com>
Date: Thu Jun 6 12:05:55 2013 -0700
Allow fast from top level makefile.
>---------------------------------------------------------------
Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index c3db8db..66119c5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ boot:
all:
$(MAKE) -C $(TOP)/tests all
+fast:
+ $(MAKE) -C $(TOP)/tests fast
+
endif
endif
endif
More information about the ghc-commits
mailing list