forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
5
c/src/tests/aclocal/check-tests.m4
Normal file
5
c/src/tests/aclocal/check-tests.m4
Normal 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])
|
||||
])
|
||||
Reference in New Issue
Block a user