1. 31 Oct, 2018 39 commits
  2. 20 Oct, 2018 1 commit
    • David Flynn's avatar
      tools/cfg-gen: process all ctc yaml files simultaneously · 97762fb5
      David Flynn authored
      gen-cfg.sh processes each ctc yaml file in turn, which was advantageous
      when the ctc yaml files contained multiple conflicting definitions for
      a test condition (eg, one defines *-lossy-attrs for colour, and another
      defines *-lossy-attrs for reflectance).  In such cases, merging the
      two yaml files together is not possible.
      
      However, this does prevent having a single yaml file that modifies
      the parameters for multiple test conditions. (Eg, adding sequences
      to all ctc test conditions).
      97762fb5