1. 23 Jan, 2019 2 commits
    • test: split up into individual targets, run all · 9132a016
      Patrick Ohly authored
      "make test" used to abort after the first test failure. That was
      partly intentional: if the simple tests already fail (for example,
      because of a syntax error), then there is no point in continuing to
      test.
      
      However, it also makes it harder to find all errors in a CI system
      when the errors are unrelated (first error shows up, gets fixed, next
      error shows up, etc.).
      
      Now "make test" still aborts early, but "make -k test" is used in the
      CI and will run all individual tests because they are split up into
      different targets.
    • verify-subtree.sh: ensure that there are no local commits · 73db4596
      Patrick Ohly authored
      The goal is to enforce that changes get merged upstream first and only
      get into the local repo via a normal "git subtree merge".
  2. 21 Jan, 2019 4 commits
  3. 16 Jan, 2019 3 commits