Skip to content
  • Ian Lynagh's avatar
    Allow threading to be completely disabled with USETHREADS=0 · 33b3f651
    Ian Lynagh authored
    I had to pull the global classes and instances out into their own module
    as there was a catch-22: testlib needed to know if threading was enabled,
    but we don't know that until we have gone through the argument, but going
    through the arguments required changing things like config in testlib.
    33b3f651