Skip to content
  • Zack Galbreath's avatar
    cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementation · 07c550ca
    Zack Galbreath authored and Brad King's avatar Brad King committed
    The original implementation of the RUN_SERIAL test property worked by
    having such a test consume all available processors.  Instead use an
    explicit flag to indicate that a serial test is running.  This avoids
    artificially inflating the number of processors a test is expected to
    consume.
    07c550ca