#!/bin/csh
#
# $DragonFly: src/test/stress/fsx/dotest,v 1.1 2004/05/07 18:04:46 dillon Exp $

if ( ! -f /tmp/fsx ) then
	pushd /usr/src/test/stress/fsx
	make DEBUG_FLAGS=-g clean
	make DEBUG_FLAGS=-g obj
	make DEBUG_FLAGS=-g all install
	popd
endif

/tmp/fsx -c 100000 -l 4194304 -o 262144 -P /tmp/ test.fsx.dat

