From: Jonathan Rajotte Date: Mon, 31 Jan 2022 19:47:35 +0000 (-0500) Subject: Tests: add kernel test into the `make check` test suite. X-Git-Tag: v2.13.5~53 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=ebdd11dff2d1a77b8cebd1601b691711d85495a9;hp=ebdd11dff2d1a77b8cebd1601b691711d85495a9;p=lttng-tools.git Tests: add kernel test into the `make check` test suite. The Jenkins CI mostly run the `make check` suite. Only the Lava base CI run the root_regression test suite. Most of those test can be run on `make check` without incurring any major extra time. Only `regression/tools/streaming/test_high_throughput_limits` is left in root_regression since it is currently "unreasonable" in term of the time it takes to run. This could be tackled another time. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I3d59705e84549c2a1840cf96a7723396e2e0c402 ---