1 dnl @synopsis MC_UNIT_TESTS
3 dnl Check if unit tests enabled
5 dnl @author Slava Zanko <slavazanko@gmail.com>
6 dnl @version 2011-02-10
8 dnl @copyright Free Software Foundation, Inc.
10 AC_DEFUN([MC_UNIT_TESTS],[
14 AS_HELP_STRING([--enable-tests], [Enable unit tests (see http://check.sourceforge.net/)])
17 if test x$enable_tests != xno; then
22 [AC_MSG_WARN(['Check' utility not found. Check your environment])])
24 AM_CONDITIONAL(HAVE_TESTS, test x"$have_check" = "xyes")