diff options
-rw-r--r-- | dev-python/regex/regex-2021.4.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/regex/regex-2021.4.4.ebuild b/dev-python/regex/regex-2021.4.4.ebuild index 1ffe778404ae..bdc4192dab64 100644 --- a/dev-python/regex/regex-2021.4.4.ebuild +++ b/dev-python/regex/regex-2021.4.4.ebuild @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" IUSE="doc" +distutils_enable_tests unittest + python_test() { eunittest -s "${BUILD_DIR}"/lib } |