1#!/bin/csh 2# 3# $DragonFly: src/test/stress/fsx/dotest,v 1.1 2004/05/07 18:04:46 dillon Exp $ 4 5if ( ! -f /tmp/fsx ) then 6 pushd /usr/src/test/stress/fsx 7 make DEBUG_FLAGS=-g clean 8 make DEBUG_FLAGS=-g obj 9 make DEBUG_FLAGS=-g all install 10 popd 11endif 12 13/tmp/fsx -c 100000 -l 4194304 -o 262144 -P /tmp/ test.fsx.dat 14 15