--- trunk/include/cmake.sminc 2012/01/14 01:48:34 9880 +++ trunk/include/cmake.sminc 2014/02/19 11:32:23 20976 @@ -155,6 +155,12 @@ mmake || die } +cmake_src_check() +{ + cd ${BUILDDIR}/build + mmake -j1 -k check || die +} + cmake_src_install() { cd ${BUILDDIR}/build @@ -172,4 +178,4 @@ done } -export_inherits cmake src_prepare src_compile src_install +export_inherits cmake src_prepare src_compile src_check src_install