forked from Imagelibrary/rtems
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 613/bsps * configure.ac: Add AC_ARG_VAR([MAX_LONG_TEST_DURATION],...). * mp14/node1/Makefile.am, mp14/node2/Makefile.am: Add AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION).
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 613/bsps
|
||||||
|
* configure.ac: Add AC_ARG_VAR([MAX_LONG_TEST_DURATION],...).
|
||||||
|
* mp14/node1/Makefile.am, mp14/node2/Makefile.am: Add AM_CPPFLAGS +=
|
||||||
|
-DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION).
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
* mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ AC_SUBST(BARE_CPU_MODEL)
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
|
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
|
||||||
|
|
||||||
|
MAX_LONG_TEST_DURATION=${MAX_LONG_TEST_DURATION-100}
|
||||||
|
AC_ARG_VAR([MAX_LONG_TEST_DURATION],
|
||||||
|
[The longest length of time a "long running" test should run])
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
mp01/Makefile
|
mp01/Makefile
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ include $(top_srcdir)/../automake/leaf.am
|
|||||||
include $(top_srcdir)/mptests.am
|
include $(top_srcdir)/mptests.am
|
||||||
|
|
||||||
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
|
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
|
||||||
|
AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ include $(top_srcdir)/../automake/leaf.am
|
|||||||
include $(top_srcdir)/mptests.am
|
include $(top_srcdir)/mptests.am
|
||||||
|
|
||||||
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
|
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
|
||||||
|
AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user