mail-filter/scmail: fix tests
authorAkinori Hattori <hattya@gentoo.org>
Wed, 27 May 2020 13:08:53 +0000 (22:08 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 27 May 2020 13:08:53 +0000 (22:08 +0900)
Closes: https://bugs.gentoo.org/724722
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
mail-filter/scmail/scmail-1.3.ebuild

index 34ce96c9044cbf1def42083723cb8cf8735051a6..1a16de0603e1e9beb3c4b762d43256284a485f5f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -40,3 +40,7 @@ src_install() {
                install
        einstalldocs
 }
+
+src_test() {
+       emake -j1 -s check
+}