From db7b86a7163c3b8890e554a1b9cf16f62f01e221 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 12 Nov 2023 17:26:06 -0500 Subject: net-print/cups-filters: restrict tests Checking the test phase output, it is not implemented and does nothing. Or to be more accurate, it compiles one executable but never runs anything. The former testsuite in the 1.x series has been divided up, just like the constituent installable components, and it turns out that all testable parts are in the split-out packages and none are left here. Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- net-print/cups-filters/cups-filters-2.0.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/net-print/cups-filters/cups-filters-2.0.0.ebuild b/net-print/cups-filters/cups-filters-2.0.0.ebuild index fde6177f0322..e07acf911895 100644 --- a/net-print/cups-filters/cups-filters-2.0.0.ebuild +++ b/net-print/cups-filters/cups-filters-2.0.0.ebuild @@ -24,6 +24,15 @@ BDEPEND=" virtual/pkgconfig " +# The tests are composed of: +# - built program +# - test case itself: filter/test.sh +# +# The latter is not wired up, and it becomes immediately evident why. +# Bow to this reality and don't claim we can run anything. As a side +# effect, don't compile in src_test, that which we never use. +RESTRICT="test" + src_configure() { local myeconfargs=( --enable-imagefilters -- cgit v1.2.3-65-gdbad