OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [enable-tests.m4] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
dnl enable-tests.m4,v 1.5 2001/09/13 13:14:30 joel Exp
2
 
3
AC_DEFUN(RTEMS_ENABLE_TESTS,
4
[
5
# If the tests are enabled, then find all the test suite Makefiles
6
AC_MSG_CHECKING([if the test suites are enabled? ])
7
AC_ARG_ENABLE(tests,
8
AC_HELP_STRING([--enable-tests],[enable tests (default:disabled)]),
9
  [case "${enableval}" in
10
    yes) tests_enabled=yes ;;
11
    no)  tests_enabled=no ;;
12
    *)   AC_MSG_ERROR(bad value ${enableval} for tests option) ;;
13
  esac], [tests_enabled=no])
14
AC_MSG_RESULT([$tests_enabled])
15
])

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.