All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyril Hrubis <chrubis@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v2 4/8] metadata: test.sh: Add support for building out-of-tree
Date: Mon, 13 Jul 2026 11:46:28 +0200	[thread overview]
Message-ID: <alSz9CsUarbMjg6n@yuki.lan> (raw)
In-Reply-To: <6a54adb3.73de60af.336abc.a109@mx.google.com>

Hi!
> I understand your point of view, but meson doesn't have dependencies
> beside Python 3.10+ (pure python) and Ninja.
> 
> So we would switch from make + autotools to python + ninja. Still,
> 2 tools. The only difference is that make + autotools is messy and
> legacy, while Meson is modern and well crafted.
> 
> The project I worked on is easily adaptable in the current LTP version:
> https://github.com/acerv/ltp-core

Dependencies aside another question is how will it scale for the whole
LTP. We have thousands of test binaries to build, these would need to be
written as targets somewhere, hopefully in separate files per test
directory and then somehow included in the top level meson
configuration. With make the targets are mostly autogenerated. And what
about 'make check' and other tooling we have?

Writing a prototype for the whole LTP would be a lot of work and it may
not even produce something that is usable.

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2026-07-13  9:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-10  5:55 [LTP] [PATCH v2 0/7] CI: Run metadata tests Petr Vorel
2026-07-10  5:55 ` [LTP] [PATCH v2 1/8] Makefile: Skip test-metadata on cross compile Petr Vorel
2026-07-10  8:29   ` [LTP] " linuxtestproject.agent
2026-07-10  8:30   ` linuxtestproject.agent
2026-07-10  5:55 ` [LTP] [PATCH v2 2/8] metadata: test.sh: Print the test name and result Petr Vorel
2026-07-10  6:06   ` Petr Vorel
2026-07-13 11:01   ` Andrea Cervesato via ltp
2026-07-10  5:55 ` [LTP] [PATCH v2 3/8] metadata: Fix dependency for tests Petr Vorel
2026-07-13 11:01   ` Andrea Cervesato via ltp
2026-07-10  5:55 ` [LTP] [PATCH v2 4/8] metadata: test.sh: Add support for building out-of-tree Petr Vorel
2026-07-10  9:01   ` Cyril Hrubis
2026-07-10 11:39     ` Petr Vorel
2026-07-10 11:47       ` Cyril Hrubis
2026-07-13  9:19         ` Andrea Cervesato via ltp
2026-07-13  9:46           ` Cyril Hrubis [this message]
2026-07-13 10:53             ` Andrea Cervesato via ltp
2026-07-13 15:26               ` Cyril Hrubis
2026-07-13 11:05   ` Andrea Cervesato via ltp
2026-07-10  5:55 ` [LTP] [PATCH v2 5/8] metadata: Add missing licenses, copyright Petr Vorel
2026-07-13 11:05   ` Andrea Cervesato via ltp
2026-07-10  5:55 ` [LTP] [PATCH v2 6/8] build.sh: Add support for test-metadata Petr Vorel
2026-07-13 11:11   ` Andrea Cervesato via ltp
2026-07-10  5:55 ` [LTP] [PATCH v2 7/8] ci/tumbleweed: Install diffutils Petr Vorel
2026-07-13 11:11   ` Andrea Cervesato via ltp
2026-07-10  5:55 ` [LTP] [PATCH v2 8/8] ci: Test metadata in docker build testing Petr Vorel
2026-07-13 11:12   ` Andrea Cervesato via ltp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alSz9CsUarbMjg6n@yuki.lan \
    --to=chrubis@suse.cz \
    --cc=andrea.cervesato@suse.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.