summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-22 04:51:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-22 04:51:43 +0000
commitf1a744e780981fd3127cb62eef99f90adb4823a6 (patch)
tree32e0c20c783ef680da17a0aa13591a46c66ed995 /testsuites/mptests/ChangeLog
parent2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-f1a744e780981fd3127cb62eef99f90adb4823a6.tar.bz2
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).
Diffstat (limited to 'testsuites/mptests/ChangeLog')
-rw-r--r--testsuites/mptests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index 44a697110e..780ad996c7 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -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>
* mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.