#
# Part of the ht://Dig package   <http://www.htdig.org/>
# Copyright (c) 1999, 2000 The ht://Dig Group
# For copyright details, see the file COPYING in your distribution
# or the GNU General Public License version 2 or later
# <http://www.gnu.org/copyleft/gpl.html>
#
# $Id: t_largefile,v 1.3 2000/06/30 08:35:12 loic Exp $
#

. ./test_functions

if [ "$LONG" ]
then
	rm -f test
	time ./dbbench -w ${srcdir}/cache.txt -B test -k 3000000
else
	echo "SKIP: t_largefile (run with make LONG=yes TESTS=t_largefile check)"
	exit 77
fi
