From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id B947310EB97 for ; Fri, 24 Mar 2023 08:11:38 +0000 (UTC) From: Dominik Karol Piatkowski Date: Fri, 24 Mar 2023 09:11:15 +0100 Message-Id: <20230324081120.3355-1-dominik.karol.piatkowski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v3 i-g-t 0/5] Introduce KUnit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org List-ID: This series is a continuation of Isabella's work on introducing KUnit to IGT. Cc: Janusz Krzysztofik Cc: Mauro Carvalho Chehab Dominik Karol Piatkowski (1): Change logic of ktap parser to run on a thread Isabella Basso (4): lib/igt_kmod: rename kselftest functions to ktest lib/igt_kmod.c: check if module is builtin before attempting to unload it lib/igt_kmod: add compatibility for KUnit tests: DRM selftests: switch to KUnit lib/igt_kmod.c | 110 +++++++++++-- lib/igt_kmod.h | 14 +- lib/igt_ktap.c | 382 +++++++++++++++++++++++++++++++++++++++++++ lib/igt_ktap.h | 34 ++++ lib/meson.build | 1 + tests/drm_buddy.c | 4 +- tests/drm_mm.c | 4 +- tests/kms_selftest.c | 8 + 8 files changed, 538 insertions(+), 19 deletions(-) create mode 100644 lib/igt_ktap.c create mode 100644 lib/igt_ktap.h -- 2.34.1