Skip to content
  • Thomas Miedema's avatar
    Testsuite: by default run all tests for a single way · c43c8e2c
    Thomas Miedema authored
    `make test` now runs all tests for a single way only. Use `make slowtest` to
    get the previous behaviour (i.e. run all tests for all ways).
    
    The intention is to use this new `make test` setting for Phabricator, as
    a reasonable compromise between `make fasttest` (what it previously
    used) and a fullblown `make slowtest` (which runs all tests for all
    ways).
    
    See Note [validate and testsuite speed] in toplevel Makefile.
    
    Differential Revision: https://phabricator.haskell.org/D1178
    c43c8e2c