summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 13:58:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 13:58:02 +0000
commitb7852c27b14a286dc03fbcc5303252ee33cc717c (patch)
treec2c1a6c73292605aabfdb4c5d1e31fc2c3910bc0 /c/src/tests/tmtests/configure.in
parentComment added. (diff)
downloadrtems-b7852c27b14a286dc03fbcc5303252ee33cc717c.tar.bz2
Patch rtems-rc-19991105-3.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which turns OPERATION_COUNT into a configure time option.
Diffstat (limited to 'c/src/tests/tmtests/configure.in')
-rw-r--r--c/src/tests/tmtests/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/tests/tmtests/configure.in b/c/src/tests/tmtests/configure.in
index 7ea7ab3532..9541a0bcc7 100644
--- a/c/src/tests/tmtests/configure.in
+++ b/c/src/tests/tmtests/configure.in
@@ -37,6 +37,9 @@ AC_SUBST(CC_CFLAGS_DEBUG_V)
AC_SUBST(CC_CFLAGS_PROFILE_V)
AC_SUBST(CC_LDFLAGS_PROFILE_V)
+OPERATION_COUNT=${OPERATION_COUNT-100}
+AC_SUBST(OPERATION_COUNT)
+
# Try to explicitly list a Makefile here
AC_OUTPUT(
Makefile