bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to check installed binaries using the same tests in the source code?


From: Santiago Vila
Subject: How to check installed binaries using the same tests in the source code?
Date: Mon, 6 Jan 2025 13:49:03 +0100
User-agent: Mozilla Thunderbird

Hello.

For our Debian CI framework (ci.debian.net)
we are adding tests to every package, called
autopkgtests.

The gettext package already has a "make check"
target, but it checks the just-built package,
not the installed version in /usr which
is what we would need for the CI framework.

Somebody suggested the trick of symlinking the
executables to their /usr-installed counterpart
before running make check, but it would be great
if there was already some Makefile target
to achieve that "out-of-the-box".

(I see there is an "installcheck" target, which apparently
checks for --version and --help but I think nothing else)

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]