Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718100 - sys-libs/liburing - src_test(): make: Nothing to be done for 'test'.
Summary: sys-libs/liburing - src_test(): make: Nothing to be done for 'test'.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-04-18 19:51 UTC by Jeroen Roovers (RETIRED)
Modified: 2020-07-16 07:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2020-04-18 19:51:13 UTC
Makefile does not run tests for the `test' target but does have a `runtests' target:

--- a/sys-libs/liburing/liburing-0.5.ebuild
+++ b/sys-libs/liburing/liburing-0.5.ebuild
@@ -35,6 +35,10 @@ multilib_src_compile() {
        emake V=1
 }

+multilib_src_test() {
+       emake V=1 runtests
+}
+
 multilib_src_install_all() {
        einstalldocs


Note that some of these tests fail and others require root privileges so a more complete patch might take care of those cases.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-07-16 03:19:16 UTC
ping
Comment 2 Larry the Git Cow gentoo-dev 2020-07-16 07:22:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c8accd13b1dda88fa4cb4c8d0c898453efa8ad

commit a3c8accd13b1dda88fa4cb4c8d0c898453efa8ad
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-07-16 07:22:19 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-07-16 07:22:47 +0000

    sys-libs/liburing: Added tests
    
    Closes: https://bugs.gentoo.org/718100
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-libs/liburing/liburing-0.6.ebuild  | 7 +++++++
 sys-libs/liburing/liburing-0.7.ebuild  | 7 +++++++
 sys-libs/liburing/liburing-9999.ebuild | 7 +++++++
 3 files changed, 21 insertions(+)