--- trunk/include/xfce.sminc 2013/01/28 08:55:49 16170 +++ trunk/include/xfce.sminc 2013/01/28 09:10:20 16173 @@ -57,6 +57,12 @@ mmake ${XFCE_MAKE_OPTS} || die } +xfce_src_check() +{ + cd ${SRCDIR} + mmake -k check || die +} + xfce_src_install() { cd ${SRCDIR} @@ -130,4 +136,4 @@ xfce_update_icon_cache } -export_inherits xfce src_prepare src_compile src_install postinstall postremove +export_inherits xfce src_prepare src_compile src_check src_install postinstall postremove