--- trunk/include/xorg.sminc 2013/08/14 09:43:17 18714 +++ trunk/include/xorg.sminc 2013/08/14 10:14:47 18715 @@ -210,6 +210,12 @@ mmake || die } +xorg_src_check() +{ + cd ${SRCDIR} + mmake -k check || die +} + xorg_src_install() { cd ${SRCDIR} @@ -233,4 +239,4 @@ return 0 } -export_inherits xorg src_prepare src_compile src_install preinstall +export_inherits xorg src_prepare src_compile src_check src_install preinstall