Skip to content
  • 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