Skip to content
Snippets Groups Projects
  1. May 02, 2011
  2. Apr 30, 2011
  3. Apr 27, 2011
  4. Apr 21, 2011
  5. Apr 20, 2011
    • kgardas's avatar
    • Simon Peyton Jones's avatar
      Add TEST_HC_OPTS to every Makefile invocation of TEST_HC · 6c0200b7
      Simon Peyton Jones authored
      In the testsuite there are numerous Makefiles that invoke $(TEST_HC).
      But, unlike the tests invoked directly by the harness, they didn't pass
      -dno-debug-output, or $(EXTRA_HC_OPTS).
      
      This patch goes part-way towards the goal of making the two consistent:
      
      * Almost all invocations in the Makefiles now go
          '$(TEST_HC)' $(TEST_HC_OPTS)
      
      * In test.mk we initialise
           TEST_HC_OPTS = -dno-debug-output $(EXTRA_HC_OPTS)
      
      Still to come (I don't know how to do these)
      
      * The invocations of TEST_HC via cabal are not treated
        (eg cabal01, cabal04), and they should be
      
      * TEST_HC_OPTS should probably be initialised the same way
        as the Python script computes the flags to pass to the
        TEST_HC that it calls directly
      6c0200b7
    • Simon Peyton Jones's avatar
      Test Trac #5126 · b4e3b0dd
      Simon Peyton Jones authored
      b4e3b0dd
    • Simon Peyton Jones's avatar
      Test Trac #5130 · fe51d338
      Simon Peyton Jones authored
      fe51d338
  6. Apr 19, 2011
  7. Apr 18, 2011
  8. Apr 17, 2011
  9. Apr 16, 2011
  10. Apr 15, 2011
  11. Apr 14, 2011
  12. Apr 13, 2011
  13. Apr 12, 2011
  14. Apr 09, 2011
  15. Apr 08, 2011
  16. Apr 07, 2011
  17. Apr 06, 2011
Loading