diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-11-12 17:26:06 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-18 03:53:25 +0000 |
commit | db7b86a7163c3b8890e554a1b9cf16f62f01e221 (patch) | |
tree | 08c5c17aefb3bb411e2d4e8474b489f2eeeebf18 /net-print/cups-filters | |
parent | net-print/cups-browsed: restrict tests (diff) | |
download | gentoo-db7b86a7163c3b8890e554a1b9cf16f62f01e221.tar.gz gentoo-db7b86a7163c3b8890e554a1b9cf16f62f01e221.tar.bz2 gentoo-db7b86a7163c3b8890e554a1b9cf16f62f01e221.zip |
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 <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print/cups-filters')
-rw-r--r-- | net-print/cups-filters/cups-filters-2.0.0.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
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 |