commit: bf413c67373e8613f0bb2cbbc9ed285ee0d84e4f
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 9 22:22:49 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 9 22:33:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf413c67
dev-python/ioctl-opt: Add basic test
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-python/ioctl-opt/ioctl-opt-1.3.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
b/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
index e1f7cff6113a..21f355a08c37 100644
--- a/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
+++ b/dev-python/ioctl-opt/ioctl-opt-1.3.ebuild
@@ -17,3 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
+
+python_test() {
+ "${EPYTHON}" ioctl_opt/__init__.py || die
+}