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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [aclocal/] [enable-tests.m4] - Blame information for rev 810

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
dnl $Id: enable-tests.m4,v 1.2 2001-09-27 11:59:11 chris 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
[  --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.