app-i18n/libhangul: Make src_test() actually build and run test suite.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 19 Oct 2017 18:37:25 +0000 (20:37 +0200)
committerMike Gilbert <floppym@gentoo.org>
Mon, 23 Oct 2017 17:24:36 +0000 (13:24 -0400)
"test" directory is not in SUBDIRS in top-level Makefile.am.

app-i18n/libhangul/libhangul-0.1.0.ebuild

index 26f28d9bdca25504659f25b558395c900558b193..795cd4d64e300997b68a9cfa4f9c00c8021bdb45 100644 (file)
@@ -26,6 +26,10 @@ src_configure() {
                $(use_enable static-libs static)
 }
 
+src_test() {
+       emake -C test check
+}
+
 src_install() {
        default
        rm -f "${ED}"/usr/lib*/libhangul.la