summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
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/mp14
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/mp14')
-rw-r--r--testsuites/mptests/mp14/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp14/node2/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am
index f0675f26c5..ed69abf219 100644
--- a/testsuites/mptests/mp14/node1/Makefile.am
+++ b/testsuites/mptests/mp14/node1/Makefile.am
@@ -31,6 +31,7 @@ include $(top_srcdir)/../automake/leaf.am
include $(top_srcdir)/mptests.am
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
+AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
if HAS_MP
diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am
index 1b973ab75c..ad9a7eb82f 100644
--- a/testsuites/mptests/mp14/node2/Makefile.am
+++ b/testsuites/mptests/mp14/node2/Makefile.am
@@ -31,6 +31,7 @@ include $(top_srcdir)/../automake/leaf.am
include $(top_srcdir)/mptests.am
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
+AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
if HAS_MP