2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/check-tests.m4: New (Split out from enable-tests.m4).
This commit is contained in:
Ralf Corsepius
2003-08-22 06:04:51 +00:00
parent e41e3fe75d
commit a5e62abaab
4 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-tests.m4: New (Split out from enable-tests.m4).
* aclocal/enable-tests.m4: Change to support
--enable-tests=no|yes|samples, default is samples.
* configure.ac: Reflect changes above.

View File

@@ -0,0 +1,5 @@
AC_DEFUN([RTEMS_CHECK_TESTS],[
AC_REQUIRE([RTEMS_ENABLE_TESTS])
AC_MSG_CHECKING([if the test suites are enabled])
AC_MSG_RESULT([$enable_tests])
])