Skip to content
  • Ian Lynagh's avatar
    Simplify the testsuite driver · 33d63ccd
    Ian Lynagh authored
    Now instead of saying, e.g.
        namebase_if_compiler_lt('ghc','6.9', 'foo-6.8')
    you say
        if_compiler_lt('ghc','6.9', namebase('foo-6.8'))
    33d63ccd