Add check and check-VERSION targets
authorKienan Stewart <kstewart@efficios.com>
Thu, 19 Oct 2023 14:04:42 +0000 (10:04 -0400)
committerKienan Stewart <kstewart@efficios.com>
Thu, 19 Oct 2023 17:34:28 +0000 (13:34 -0400)
commitf9167c82ecaf11ed038f8dfd0a8b64c4a01ffa01
treea39952e22c3c7b1c457cb5d95f9afd31579d7b23
parent893329575efe4a3da451bf278c689607f6862221
Add check and check-VERSION targets

The targets allow the checks to be run for each version (`make
check`), or for a given version (`make check-2.13`).

Multiple checks can be run in parallel with `make check -j$(nproc)`

The pass message output of the check script has been updated to
include the input filename in order to make it clearer which file
succeeds when running checks in parallel.

Change-Id: Ia7aceb97dc35f54ffa791daa285d8bce2dd31ca9
Makefile
tools/check.py
This page took 0.026745 seconds and 4 git commands to generate.