[commit: hadrian] master: Add test compiler option to test (#621) (0b35e12)

git at git.haskell.org git at git.haskell.org
Thu Jul 26 21:36:05 UTC 2018


Repository : ssh://git@git.haskell.org/hadrian

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/0b35e12f4d90227e62ac9a5c700b95ce40f70a3a

>---------------------------------------------------------------

commit 0b35e12f4d90227e62ac9a5c700b95ce40f70a3a
Author: Chitrak Raj Gupta <chitrak711988 at gmail.com>
Date:   Fri Jun 15 03:23:24 2018 +0530

    Add test compiler option to test (#621)
    
    * Rule for testsuite dependencies
    
    * Added RunTest config options
    
    * added support to set test speed with runtest
    
    * Added support for more testing features
    
    * Rectified Merge Errors
    
    * using all available threads
    
    * Minor Revision
    
    * Removed TestThread argument
    
    * Update Utilities.hs
    
    * Added support to choose test compiler
    
    * Minor Revision
    
    * Added comments
    
    * Update RunTest.hs
    
    * Update CommandLine.hs
    
    * Update RunTest.hs


>---------------------------------------------------------------

0b35e12f4d90227e62ac9a5c700b95ce40f70a3a
 src/CommandLine.hs               |  17 +++++--
 src/Oracles/Setting.hs           |   2 +
 src/Rules/Test.hs                |   1 -
 src/Settings/Builders/RunTest.hs | 105 ++++++++++++++++++++++++---------------
 4 files changed, 79 insertions(+), 46 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 0b35e12f4d90227e62ac9a5c700b95ce40f70a3a


More information about the ghc-commits mailing list