Skip to content
Snippets Groups Projects
  1. Mar 14, 2014
  2. Feb 14, 2013
  3. Nov 15, 2011
  4. Jul 20, 2011
  5. Dec 09, 2009
  6. Jan 08, 2009
  7. Dec 17, 2008
  8. Sep 26, 2008
  9. Sep 07, 2007
  10. Feb 21, 2007
    • Simon Marlow's avatar
      Look for .T files in packages too · 55529322
      Simon Marlow authored
      This means we can put package-specific tests in the repository for the
      package, rather than putting them in the testsuite.  There should be a
      .T file to go with the tests, in the same way as for other tests in
      the testsuite (but this could be in addition to a standalone test
      driver that works with Cabal's 'setup test').
      55529322
  11. Aug 22, 2001
    • Simon Marlow's avatar
      [project @ 2001-08-22 12:31:24 by simonmar] · 1f95756d
      Simon Marlow authored
      Add a Makefile here.
      1f95756d
    • Simon Marlow's avatar
      [project @ 2001-08-22 10:42:32 by simonmar] · 6011b4e5
      Simon Marlow authored
      Use makefiles in the subdirectories to ease running the test driver in
      a subdirectory.  It can be run in the following ways:
      
       	make		-- run all the tests in the current directory
       	make verbose	-- as make test, but up the verbosity
       	make accept	-- run the tests, accepting the current output
      
      and you can also set some variables on the command line, eg.
      
      	make accept TESTS=arr001  -- accept an individual test
      	make EXTRA_HC_OPTS='-v'   -- extra flags to the haskell compiler
      	make CONFIG=<config>	  -- use a different test config
      
      this will all go in the docs at some point.
      6011b4e5
Loading