Thomas Haller <thaller@xxxxxxxxxx> wrote: Thanks for sending an initial empty skeleton. > There are new new make targets: > > - "build-all" > - "check" (runs "normal" tests, like unit tests and "tools/check-tree.sh"). > - "check-more" (runs extra tests, like "tests/build") > - "check-all" (runs "check" + "check-more") > - "check-local" (a subset of "check") > - "check-TESTS" (the unit tests) "check-unit" perhaps? TESTS isn't very descriptive. Also, why CAPS? If this is some pre-established standard, then maybe just document that in the commit changelog. Please don't do anything yet and wait for more comments, but I would prefer 'make check' to run all tests that we have. I would suggest - "check" (run all tests) - "check-unit" (the unit tests only) - "check-shell" (shell tests only) - "check-py" (python based tests only) - "check-json" (python based tests in json mode and json_echo) ... and so on.