#!/bin/sh
# $Id: b-regex1.sh,v 1.8 2005/05/31 21:00:28 ca Exp $
# Copyright (c) 2003-2005 Sendmail, Inc. and its suppliers.
#	All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
# time regex
#
test -s stop && exit 1
OUT="t-regex1.out"
# verbose?
VERBOSE=false
#
rm -f ${OUT}
${VERBOSE} && echo "regex: timing tests"
ITER=1000000
${VALGRIND} ./b-regex1 -V -r ${ITER} <<EOF
ab.de
sendmail.org
asendmail.org
sendmail.orgb
1.sendmail.org
EOF
exit 0


syntax highlighted by Code2HTML, v. 0.9.1